aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-05-26 22:09:37 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-05-26 22:09:37 +0000
commitf8852a50956e0b50e7463a329d1471974b01f7f3 (patch)
tree3fc0dfb571cbd921f16d1a28407c723150b38f58
parent621c40e6fa0b4b8776c626c2c9782a038128f2e5 (diff)
downloadbusybox-w32-f8852a50956e0b50e7463a329d1471974b01f7f3.tar.gz
busybox-w32-f8852a50956e0b50e7463a329d1471974b01f7f3.tar.bz2
busybox-w32-f8852a50956e0b50e7463a329d1471974b01f7f3.zip
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"...) git-svn-id: svn://busybox.net/trunk/busybox@8883 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 987965c59..ce5624752 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2074,7 +2074,7 @@
2074 "\t\t\tcommands to be executed\n" \ 2074 "\t\t\tcommands to be executed\n" \
2075 "\t-i\t\tedit files in-place\n" \ 2075 "\t-i\t\tedit files in-place\n" \
2076 "\t-n\t\tsuppress automatic printing of pattern space\n" \ 2076 "\t-n\t\tsuppress automatic printing of pattern space\n" \
2077 "\t-r\t\tuse extended regular expression syntax\n" 2077 "\t-r\t\tuse extended regular expression syntax\n" \
2078 "\n" \ 2078 "\n" \
2079 "If no -e or -f is given, the first non-option argument is taken as the sed\n"\ 2079 "If no -e or -f is given, the first non-option argument is taken as the sed\n"\
2080 "script to interpret. All remaining arguments are names of input files; if no\n"\ 2080 "script to interpret. All remaining arguments are names of input files; if no\n"\