[BusyBox-cvs] busybox/include usage.h,1.194,1.195

Erik Andersen andersen at busybox.net
Fri Mar 12 22:07:13 UTC 2004


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

Modified Files:
	usage.h 
Log Message:
Fix awk entry, which was not showing up in BusyBox.txt for some reason


Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -d -r1.194 -r1.195
--- a/usage.h	10 Mar 2004 07:42:37 -0000	1.194
+++ b/usage.h	12 Mar 2004 22:07:10 -0000	1.195
@@ -59,13 +59,19 @@
 	"\t-s sender\tSet specific sender IP address\n" \
 	"\ttarget\t\tTarget IP address of ARP request\n"
 
-#define	awk_trivial_usage \
-	"[-v var=val][-F sep] { -f progname | 'programtext' } [FILE ...]"
-#define	awk_full_usage \
+#define ash_trivial_usage \
+	"[FILE]...\n" \
+	"or: ash -c command [args]...\n"
+#define ash_full_usage \
+	"The ash shell (command interpreter)"
+
+#define awk_trivial_usage \
+	"[OPTION]... [program-text] [FILE ...]"
+#define awk_full_usage \
 	"Options:\n" \
-	"\t-v var=val\tassign value 'val' to variable 'var'\n" \
+	"\t-v var=val\t\tassign value 'val' to variable 'var'\n" \
 	"\t-F sep\t\tuse 'sep' as field separator\n" \
-	"\t-f progname\tread program source from file 'progname'\n"
+	"\t-f progname\t\tread program source from file 'progname'\n"
 
 #define basename_trivial_usage \
 	"FILE [SUFFIX]"
@@ -967,7 +973,7 @@
 	"\t-F FILE\tUse the contents of FILE to specify the hostname"
 #define hostname_example_usage \
 	"$ hostname\n" \
-	"sage \n"
+	"sage\n"
 
 #ifdef CONFIG_FEATURE_HTTPD_BASIC_AUTH
   #define USAGE_HTTPD_BASIC_AUTH(a) a




More information about the busybox-cvs mailing list