aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-04-23 08:37:07 -0500
committerRob Landley <rob@landley.net>2014-04-23 08:37:07 -0500
commit3297e87c2ab798696b0fb3d06904dccea076b77a (patch)
tree77f3964f59a1a28fb41b77d85918015a235543c5
parent08e18fb05fa027de0d4c5aa1dc3a4c1ce9ad4647 (diff)
downloadtoybox-3297e87c2ab798696b0fb3d06904dccea076b77a.tar.gz
usage: is lower case (the help generator looks for that, might as well be consistent).
-rw-r--r--toys/pending/arping.c2
-rw-r--r--toys/pending/brctl.c2
-rw-r--r--toys/pending/dhcpd.c2
-rw-r--r--toys/pending/dumpleases.c2
-rw-r--r--toys/pending/fsck.c2
-rw-r--r--toys/pending/getty.c2
-rw-r--r--toys/pending/last.c2
-rw-r--r--toys/pending/more.c2
-rw-r--r--toys/pending/syslogd.c2
-rw-r--r--toys/pending/top.c2
-rw-r--r--toys/pending/watch.c2
11 files changed, 11 insertions, 11 deletions
diff --git a/toys/pending/arping.c b/toys/pending/arping.c
index 75a691f7..fe5c76ba 100644
--- a/toys/pending/arping.c
+++ b/toys/pending/arping.c
@@ -11,7 +11,7 @@ config ARPING
bool "arping"
default n
help
- Usage: arping [-fqbDUA] [-c CNT] [-w TIMEOUT] [-I IFACE] [-s SRC_IP] DST_IP
+ usage: arping [-fqbDUA] [-c CNT] [-w TIMEOUT] [-I IFACE] [-s SRC_IP] DST_IP
Send ARP requests/replies
diff --git a/toys/pending/brctl.c b/toys/pending/brctl.c
index 867ca6db..fecbf681 100644
--- a/toys/pending/brctl.c
+++ b/toys/pending/brctl.c
@@ -11,7 +11,7 @@ config BRCTL
bool "brctl"
default n
help
- Usage: brctl COMMAND [BRIDGE [INTERFACE]]
+ usage: brctl COMMAND [BRIDGE [INTERFACE]]
Manage ethernet bridges
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
diff --git a/toys/pending/dumpleases.c b/toys/pending/dumpleases.c
index a791eab6..fec39559 100644
--- a/toys/pending/dumpleases.c
+++ b/toys/pending/dumpleases.c
@@ -10,7 +10,7 @@ config DUMPLEASES
bool "dumpleases"
default n
help
- Usage: dumpleases [-r|-a] [-f LEASEFILE]
+ usage: dumpleases [-r|-a] [-f LEASEFILE]
Display DHCP leases granted by udhcpd
-f FILE, Lease file
diff --git a/toys/pending/fsck.c b/toys/pending/fsck.c
index 1e31fe4c..7d3759a6 100644
--- a/toys/pending/fsck.c
+++ b/toys/pending/fsck.c
@@ -9,7 +9,7 @@ config FSCK
bool "fsck"
default n
help
- Usage: fsck [-ANPRTV] [-C FD] [-t FSTYPE] [FS_OPTS] [BLOCKDEV]...
+ usage: fsck [-ANPRTV] [-C FD] [-t FSTYPE] [FS_OPTS] [BLOCKDEV]...
Check and repair filesystems
diff --git a/toys/pending/getty.c b/toys/pending/getty.c
index abe9bca5..a3f665d8 100644
--- a/toys/pending/getty.c
+++ b/toys/pending/getty.c
@@ -11,7 +11,7 @@ config GETTY
bool "getty"
default n
help
- Usage: getty [OPTIONS] BAUD_RATE[,BAUD_RATE]... TTY [TERMTYPE]
+ usage: getty [OPTIONS] BAUD_RATE[,BAUD_RATE]... TTY [TERMTYPE]
-h Enable hardware RTS/CTS flow control
-L Set CLOCAL (ignore Carrier Detect state)
diff --git a/toys/pending/last.c b/toys/pending/last.c
index e2e11f8f..80d1935a 100644
--- a/toys/pending/last.c
+++ b/toys/pending/last.c
@@ -11,7 +11,7 @@ config LAST
bool "last"
default n
help
- Usage: last [-W] [-f FILE]
+ usage: last [-W] [-f FILE]
Show listing of last logged in users.
diff --git a/toys/pending/more.c b/toys/pending/more.c
index 78eb4e9c..9d89626a 100644
--- a/toys/pending/more.c
+++ b/toys/pending/more.c
@@ -10,7 +10,7 @@ config MORE
bool "more"
default n
help
- Usage: more [FILE]...
+ usage: more [FILE]...
View FILE (or stdin) one screenful at a time.
*/
diff --git a/toys/pending/syslogd.c b/toys/pending/syslogd.c
index 28b14132..db2e52ee 100644
--- a/toys/pending/syslogd.c
+++ b/toys/pending/syslogd.c
@@ -11,7 +11,7 @@ config SYSLOGD
bool "syslogd"
default n
help
- Usage: syslogd [-a socket] [-O logfile] [-f config file] [-m interval]
+ usage: syslogd [-a socket] [-O logfile] [-f config file] [-m interval]
[-p socket] [-s SIZE] [-b N] [-R HOST] [-l N] [-nSLKD]
System logging utility
diff --git a/toys/pending/top.c b/toys/pending/top.c
index 4aca95f6..700baba3 100644
--- a/toys/pending/top.c
+++ b/toys/pending/top.c
@@ -13,7 +13,7 @@ config TOP
default n
help
- Usage: top [-mb] [ -d seconds ] [ -n iterations ]
+ usage: top [-mb] [ -d seconds ] [ -n iterations ]
Provide a view of process activity in real time.
Keys
diff --git a/toys/pending/watch.c b/toys/pending/watch.c
index 8343fe1f..d81a0793 100644
--- a/toys/pending/watch.c
+++ b/toys/pending/watch.c
@@ -9,7 +9,7 @@ config WATCH
bool "watch"
default n
help
- Usage: watch [-n SEC] [-t] PROG ARGS
+ usage: watch [-n SEC] [-t] PROG ARGS
Run PROG periodically