# HG changeset patch # User Rob Landley # Date 1398260227 18000 # Node ID 0ecfaa7022e81ac8b86ef335494006c2d5d97438 # Parent 4ac301cfb0474ef01e7eab53f776780f8b57ca1a usage: is lower case (the help generator looks for that, might as well be consistent). diff -r 4ac301cfb047 -r 0ecfaa7022e8 toys/pending/arping.c --- a/toys/pending/arping.c Sun Apr 20 14:22:19 2014 -0500 +++ b/toys/pending/arping.c Wed Apr 23 08:37:07 2014 -0500 @@ -11,7 +11,7 @@ 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 -r 4ac301cfb047 -r 0ecfaa7022e8 toys/pending/brctl.c --- a/toys/pending/brctl.c Sun Apr 20 14:22:19 2014 -0500 +++ b/toys/pending/brctl.c Wed Apr 23 08:37:07 2014 -0500 @@ -11,7 +11,7 @@ bool "brctl" default n help - Usage: brctl COMMAND [BRIDGE [INTERFACE]] + usage: brctl COMMAND [BRIDGE [INTERFACE]] Manage ethernet bridges diff -r 4ac301cfb047 -r 0ecfaa7022e8 toys/pending/dhcpd.c --- a/toys/pending/dhcpd.c Sun Apr 20 14:22:19 2014 -0500 +++ b/toys/pending/dhcpd.c Wed Apr 23 08:37:07 2014 -0500 @@ -10,7 +10,7 @@ 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 -r 4ac301cfb047 -r 0ecfaa7022e8 toys/pending/dumpleases.c --- a/toys/pending/dumpleases.c Sun Apr 20 14:22:19 2014 -0500 +++ b/toys/pending/dumpleases.c Wed Apr 23 08:37:07 2014 -0500 @@ -10,7 +10,7 @@ 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 -r 4ac301cfb047 -r 0ecfaa7022e8 toys/pending/fsck.c --- a/toys/pending/fsck.c Sun Apr 20 14:22:19 2014 -0500 +++ b/toys/pending/fsck.c Wed Apr 23 08:37:07 2014 -0500 @@ -9,7 +9,7 @@ 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 -r 4ac301cfb047 -r 0ecfaa7022e8 toys/pending/getty.c --- a/toys/pending/getty.c Sun Apr 20 14:22:19 2014 -0500 +++ b/toys/pending/getty.c Wed Apr 23 08:37:07 2014 -0500 @@ -11,7 +11,7 @@ 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 -r 4ac301cfb047 -r 0ecfaa7022e8 toys/pending/last.c --- a/toys/pending/last.c Sun Apr 20 14:22:19 2014 -0500 +++ b/toys/pending/last.c Wed Apr 23 08:37:07 2014 -0500 @@ -11,7 +11,7 @@ bool "last" default n help - Usage: last [-W] [-f FILE] + usage: last [-W] [-f FILE] Show listing of last logged in users. diff -r 4ac301cfb047 -r 0ecfaa7022e8 toys/pending/more.c --- a/toys/pending/more.c Sun Apr 20 14:22:19 2014 -0500 +++ b/toys/pending/more.c Wed Apr 23 08:37:07 2014 -0500 @@ -10,7 +10,7 @@ bool "more" default n help - Usage: more [FILE]... + usage: more [FILE]... View FILE (or stdin) one screenful at a time. */ diff -r 4ac301cfb047 -r 0ecfaa7022e8 toys/pending/syslogd.c --- a/toys/pending/syslogd.c Sun Apr 20 14:22:19 2014 -0500 +++ b/toys/pending/syslogd.c Wed Apr 23 08:37:07 2014 -0500 @@ -11,7 +11,7 @@ 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 -r 4ac301cfb047 -r 0ecfaa7022e8 toys/pending/top.c --- a/toys/pending/top.c Sun Apr 20 14:22:19 2014 -0500 +++ b/toys/pending/top.c Wed Apr 23 08:37:07 2014 -0500 @@ -13,7 +13,7 @@ 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 -r 4ac301cfb047 -r 0ecfaa7022e8 toys/pending/watch.c --- a/toys/pending/watch.c Sun Apr 20 14:22:19 2014 -0500 +++ b/toys/pending/watch.c Wed Apr 23 08:37:07 2014 -0500 @@ -9,7 +9,7 @@ bool "watch" default n help - Usage: watch [-n SEC] [-t] PROG ARGS + usage: watch [-n SEC] [-t] PROG ARGS Run PROG periodically