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/arping.c | 2 +- toys/pending/brctl.c | 2 +- toys/pending/dhcpd.c | 2 +- toys/pending/dumpleases.c | 2 +- toys/pending/fsck.c | 2 +- toys/pending/getty.c | 2 +- toys/pending/last.c | 2 +- toys/pending/more.c | 2 +- toys/pending/syslogd.c | 2 +- toys/pending/top.c | 2 +- toys/pending/watch.c | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'toys/pending') 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 -- cgit v1.2.3