[git commit] getty: shrink help text

Denys Vlasenko vda.linux at googlemail.com
Sat Oct 22 01:16:23 UTC 2011


commit: http://git.busybox.net/busybox/commit/?id=ef5a2d757a963fa50807c0abc8cb65be8657c8ee
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 loginutils/getty.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/loginutils/getty.c b/loginutils/getty.c
index 6245665..baad04e 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"


More information about the busybox-cvs mailing list