aboutsummaryrefslogtreecommitdiff
path: root/loginutils/getty.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-10-22 03:16:23 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-10-22 03:16:23 +0200
commitef5a2d757a963fa50807c0abc8cb65be8657c8ee (patch)
treee44b5a963d4a3a1e6e5811df12a4c8a5d9f8d762 /loginutils/getty.c
parent5dd1f472a41f2c3dd3c009d0e623212514205c2c (diff)
downloadbusybox-ef5a2d757a963fa50807c0abc8cb65be8657c8ee.tar.gz
getty: shrink help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils/getty.c')
-rw-r--r--loginutils/getty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/getty.c b/loginutils/getty.c
index 62456651b..baad04e9b 100644
--- a/loginutils/getty.c
+++ b/loginutils/getty.c
@@ -104,7 +104,7 @@ struct globals {
//usage:#define getty_trivial_usage
//usage: "[OPTIONS] BAUD_RATE[,BAUD_RATE]... TTY [TERMTYPE]"
//usage:#define getty_full_usage "\n\n"
-//usage: "Open a tty, prompt for a login name, then invoke /bin/login\n"
+//usage: "Open TTY, prompt for login name, then invoke /bin/login\n"
//usage: "\n -h Enable hardware RTS/CTS flow control"
//usage: "\n -L Set CLOCAL (ignore Carrier Detect state)"
//usage: "\n -m Get baud rate from modem's CONNECT status message"