diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-01-09 21:44:51 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-01-09 21:44:51 +0100 |
commit | bcdb9b8762d14634afb570fe48db9fa62d8c0109 (patch) | |
tree | bd891883a264771d1039b6eb251b41e685520c6b /include/usage.src.h | |
parent | e9d12b57bfb941e754d09a7d5f54c183ca7dbb25 (diff) | |
download | busybox-w32-bcdb9b8762d14634afb570fe48db9fa62d8c0109.tar.gz busybox-w32-bcdb9b8762d14634afb570fe48db9fa62d8c0109.tar.bz2 busybox-w32-bcdb9b8762d14634afb570fe48db9fa62d8c0109.zip |
getty: fix -i (was ignored)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/usage.src.h')
-rw-r--r-- | include/usage.src.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/usage.src.h b/include/usage.src.h index ea0e6a452..ef2bebd8b 100644 --- a/include/usage.src.h +++ b/include/usage.src.h | |||
@@ -1394,23 +1394,6 @@ INSERT | |||
1394 | #define getsebool_full_usage "\n\n" \ | 1394 | #define getsebool_full_usage "\n\n" \ |
1395 | " -a Show all selinux booleans" | 1395 | " -a Show all selinux booleans" |
1396 | 1396 | ||
1397 | #define getty_trivial_usage \ | ||
1398 | "[OPTIONS] BAUD_RATE TTY [TERMTYPE]" | ||
1399 | #define getty_full_usage "\n\n" \ | ||
1400 | "Open a tty, prompt for a login name, then invoke /bin/login\n" \ | ||
1401 | "\nOptions:" \ | ||
1402 | "\n -h Enable hardware (RTS/CTS) flow control" \ | ||
1403 | "\n -i Don't display /etc/issue before running login" \ | ||
1404 | "\n -L Local line, don't do carrier detect" \ | ||
1405 | "\n -m Get baud rate from modem's CONNECT status message" \ | ||
1406 | "\n -w Wait for a CR or LF before sending /etc/issue" \ | ||
1407 | "\n -n Don't prompt the user for a login name" \ | ||
1408 | "\n -f ISSUE_FILE Display ISSUE_FILE instead of /etc/issue" \ | ||
1409 | "\n -l LOGIN Invoke LOGIN instead of /bin/login" \ | ||
1410 | "\n -t SEC Terminate after SEC if no username is read" \ | ||
1411 | "\n -I INITSTR Send INITSTR before anything else" \ | ||
1412 | "\n -H HOST Log HOST into the utmp file as the hostname" \ | ||
1413 | |||
1414 | #define gunzip_trivial_usage \ | 1397 | #define gunzip_trivial_usage \ |
1415 | "[-cft] [FILE]..." | 1398 | "[-cft] [FILE]..." |
1416 | #define gunzip_full_usage "\n\n" \ | 1399 | #define gunzip_full_usage "\n\n" \ |