[BusyBox-cvs] busybox/include usage.h,1.209,1.210

Rob Landley,,, landley at busybox.net
Wed May 26 21:59:34 UTC 2004


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

Modified Files:
	usage.h 
Log Message:
Update sed help.  (Add -r option to long help, add -i option to brief help,
and alphabetizie the option list.)


Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -d -r1.209 -r1.210
--- a/usage.h	26 May 2004 10:28:31 -0000	1.209
+++ b/usage.h	26 May 2004 21:59:31 -0000	1.210
@@ -2066,14 +2066,15 @@
 	"$ rx /tmp/foo\n"
 
 #define sed_trivial_usage \
-	"[-nef] pattern [files...]"
+	"[-efinr] pattern [files...]"
 #define sed_full_usage \
 	"Options:\n" \
-	"\t-n\t\tsuppress automatic printing of pattern space\n" \
 	"\t-e script\tadd the script to the commands to be executed\n" \
 	"\t-f scriptfile\tadd script-file contents to the\n" \
 	    "\t\t\tcommands to be executed\n" \
-	"\t-i\t\tEdit files in-place\n" \
+	"\t-i\t\tedit files in-place\n" \
+	"\t-n\t\tsuppress automatic printing of pattern space\n" \
+	"\t-r\t\tuse extended regular expression syntax\n"
 	"\n" \
 	"If no -e or -f is given, the first non-option argument is taken as the sed\n"\
 	"script to interpret. All remaining arguments are names of input files; if no\n"\




More information about the busybox-cvs mailing list