[BusyBox-cvs] busybox/include usage.h,1.125,1.126

Glenn McGrath bug1 at busybox.net
Thu Dec 5 20:56:35 UTC 2002


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

Modified Files:
	usage.h 
Log Message:
Usage for klogd -c


Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- usage.h	1 Dec 2002 23:04:04 -0000	1.125
+++ usage.h	5 Dec 2002 20:56:31 -0000	1.126
@@ -1088,10 +1088,11 @@
 	"$ killall apache\n" 
 
 #define klogd_trivial_usage \
-	"-n"
+	"[-c n] [-n]"
 #define klogd_full_usage \
 	"Kernel logger.\n"\
 	"Options:\n"\
+	"\t-c n\tSets the default log level of console messages to n.\n"\
 	"\t-n\tRun as a foreground process."
 
 #define length_trivial_usage \




More information about the busybox-cvs mailing list