Ahem. ("I'm just tweaking a documentation string, I don't need to compile
authorRob Landley <rob@landley.net>
Wed, 26 May 2004 22:09:37 +0000 (22:09 -0000)
committerRob Landley <rob@landley.net>
Wed, 26 May 2004 22:09:37 +0000 (22:09 -0000)
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"...)

include/usage.h

index 987965c59b0cf026ec3bad33a43d58d344066c09..ce5624752fbf09585e1a792a6d9bf9e133025efd 100644 (file)
            "\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"\