[BusyBox-cvs] busybox/include usage.h,1.210,1.211
Rob Landley,,,
landley at busybox.net
Wed May 26 22:09:40 UTC 2004
Update of /var/cvs/busybox/include
In directory nail:/tmp/cvs-serv9863/busybox/include
Modified Files:
usage.h
Log Message:
Ahem. ("I'm just tweaking a documentation string, I don't need to compile
test it before checking in..." New entry for famous last words list.)
Add the missing backslash at the end of the new sed doc string line.
(This one actually compiled with "show verbose applet usage messages"...)
Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -d -r1.210 -r1.211
--- a/usage.h 26 May 2004 21:59:31 -0000 1.210
+++ b/usage.h 26 May 2004 22:09:37 -0000 1.211
@@ -2074,7 +2074,7 @@
"\t\t\tcommands to be executed\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"
+ "\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