changeset 1265:0ecfaa7022e8 draft

usage: is lower case (the help generator looks for that, might as well be consistent).
author Rob Landley <rob@landley.net>
date Wed, 23 Apr 2014 08:37:07 -0500
parents 4ac301cfb047
children a302299dbb98
files toys/pending/arping.c toys/pending/brctl.c toys/pending/dhcpd.c toys/pending/dumpleases.c toys/pending/fsck.c toys/pending/getty.c toys/pending/last.c toys/pending/more.c toys/pending/syslogd.c toys/pending/top.c toys/pending/watch.c
diffstat 11 files changed, 11 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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
 
--- 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
--- 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
--- 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
 
--- 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)
--- 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.
 
--- 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.
 */
--- 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
--- 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
--- 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