[BusyBox-cvs] busybox/include usage.h,1.149,1.150

Glenn McGrath bug1 at busybox.net
Tue May 13 14:59:10 UTC 2003


Update of /var/cvs/busybox/include
In directory winder:/tmp/cvs-serv7408/include

Modified Files:
	usage.h 
Log Message:
Add some missing lines for getty, patch by Steven Scholz


Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- usage.h	11 May 2003 14:52:37 -0000	1.149
+++ usage.h	13 May 2003 14:59:07 -0000	1.150
@@ -733,6 +733,8 @@
 	"\t-L\t\tLocal line, so do not do carrier detect.\n" \
 	"\t-m\t\tGet baud rate from modem's CONNECT status message.\n" \
 	"\t-w\t\tWait for a CR or LF before sending /etc/issue.\n" \
+	"\t-n\t\tDo not prompt the user for a login name.\n" \
+	"\t-f issue_file\tDisplay issue_file instead of /etc/issue.\n" \
 	"\t-l login_app\tInvoke login_app instead of /bin/login.\n" \
 	"\t-t timeout\tTerminate after timeout if no username is read.\n" \
 	"\t-I initstring\tSets the init string to send before anything else.\n" \



More information about the busybox-cvs mailing list