diff options
author | Rob Landley <rob@landley.net> | 2004-05-26 22:09:37 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2004-05-26 22:09:37 +0000 |
commit | 58b118ae33e70bdd37872a2e68f09234c890eeac (patch) | |
tree | 3fc0dfb571cbd921f16d1a28407c723150b38f58 /include | |
parent | 1ce59684431570dbf23790d236c13e8c16877c37 (diff) | |
download | busybox-58b118ae33e70bdd37872a2e68f09234c890eeac.tar.gz |
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"...)
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
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 @@ "\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"\ |