[BusyBox-cvs] busybox/include usage.h,1.190,1.191

Glenn McGrath bug1 at busybox.net
Wed Feb 25 10:35:58 UTC 2004


Update of /var/cvs/busybox/include
In directory nail:/tmp/cvs-serv24229/include

Modified Files:
	usage.h 
Log Message:
Patch from Denis Dowling to fix a ocuple of usage entries


Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- a/usage.h	22 Feb 2004 12:25:47 -0000	1.190
+++ b/usage.h	25 Feb 2004 10:35:55 -0000	1.191
@@ -101,6 +101,11 @@
        "\t-j\tUse julian dates.\n" \
        "\t-y\tDisplay the entire year."
 
+#define cart_trivial_usage \
+	"blah"
+#define cart_full_usage \
+	"blah blah"
+
 #define cat_trivial_usage \
 	"[-u] [FILE]..."
 #define cat_full_usage \
@@ -226,7 +231,7 @@
 	"\t-c dir\tworking dir"
 
 #define crontab_trivial_usage \
-	"crontab [-c dir] {file|-}|[-u|-l|-e|-d user]"
+	"[-c dir] {file|-}|[-u|-l|-e|-d user]"
 #define crontab_full_usage \
 	"\tfile <opts>  replace crontab from file\n" \
 	"\t-    <opts>  replace crontab from stdin\n" \
@@ -758,7 +763,7 @@
         "done\n"
 
 #define getty_trivial_usage \
-	"getty [OPTIONS]... baud_rate,... line [termtype]"
+	"[OPTIONS]... baud_rate,... line [termtype]"
 #define getty_full_usage \
 	"\nOpens a tty, prompts for a login name, then invokes /bin/login\n\n" \
 	"Options:\n" \




More information about the busybox-cvs mailing list