From 3297e87c2ab798696b0fb3d06904dccea076b77a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 23 Apr 2014 08:37:07 -0500 Subject: usage: is lower case (the help generator looks for that, might as well be consistent). --- toys/pending/dhcpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/pending/dhcpd.c') diff --git a/toys/pending/dhcpd.c b/toys/pending/dhcpd.c index 2d4ee79b..2919cb52 100644 --- a/toys/pending/dhcpd.c +++ b/toys/pending/dhcpd.c @@ -10,7 +10,7 @@ config DHCPD bool "dhcpd" default n help - Usage: dhcpd [-fS] [-P N] [CONFFILE] + usage: dhcpd [-fS] [-P N] [CONFFILE] -f Run in foreground -S Log to syslog too -- cgit v1.2.3