diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-06-05 03:58:28 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-06-05 03:58:28 +0200 |
commit | 66426760beef7e87c4735f433d123daf911b5b4a (patch) | |
tree | 7aa341ba4d1b01b69feeb878d1b78f974207abb0 /loginutils/getty.c | |
parent | 9f7780250ce4bbee9c0a8f1044875e303479e196 (diff) | |
download | busybox-w32-66426760beef7e87c4735f433d123daf911b5b4a.tar.gz busybox-w32-66426760beef7e87c4735f433d123daf911b5b4a.tar.bz2 busybox-w32-66426760beef7e87c4735f433d123daf911b5b4a.zip |
*: remove "Options:" string from help texts
function old new delta
packed_usage 28706 28623 -83
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils/getty.c')
-rw-r--r-- | loginutils/getty.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/loginutils/getty.c b/loginutils/getty.c index dfa15b3da..62456651b 100644 --- a/loginutils/getty.c +++ b/loginutils/getty.c | |||
@@ -105,7 +105,6 @@ struct globals { | |||
105 | //usage: "[OPTIONS] BAUD_RATE[,BAUD_RATE]... TTY [TERMTYPE]" | 105 | //usage: "[OPTIONS] BAUD_RATE[,BAUD_RATE]... TTY [TERMTYPE]" |
106 | //usage:#define getty_full_usage "\n\n" | 106 | //usage:#define getty_full_usage "\n\n" |
107 | //usage: "Open a tty, prompt for a login name, then invoke /bin/login\n" | 107 | //usage: "Open a tty, prompt for a login name, then invoke /bin/login\n" |
108 | //usage: "\nOptions:" | ||
109 | //usage: "\n -h Enable hardware RTS/CTS flow control" | 108 | //usage: "\n -h Enable hardware RTS/CTS flow control" |
110 | //usage: "\n -L Set CLOCAL (ignore Carrier Detect state)" | 109 | //usage: "\n -L Set CLOCAL (ignore Carrier Detect state)" |
111 | //usage: "\n -m Get baud rate from modem's CONNECT status message" | 110 | //usage: "\n -m Get baud rate from modem's CONNECT status message" |