Took -V out of the sed_usage string.
authorMark Whitley <markw@lineo.com>
Thu, 20 Jul 2000 23:54:42 +0000 (23:54 -0000)
committerMark Whitley <markw@lineo.com>
Thu, 20 Jul 2000 23:54:42 +0000 (23:54 -0000)
applets/usage.c
usage.c

index b86df330cd7141a1bcdb4dbad9a15168b67a0982..a3d302e1e210758c4ea9799b636b097ee1771cb7 100644 (file)
@@ -901,7 +901,6 @@ const char sed_usage[] =
        "-e script\tadd the script to the commands to be executed\n"
        "-f scriptfile\tadd the contents of script-file to the commands to be executed\n"
        "-h\tdisplay this help message\n"
-       "-V\toutput version information and exit\n"
        "\n"
        "If no -e or -f is given, the first non-option argument is taken as the\n"
        "sed script to interpret. All remaining arguments are names of input\n"
diff --git a/usage.c b/usage.c
index b86df330cd7141a1bcdb4dbad9a15168b67a0982..a3d302e1e210758c4ea9799b636b097ee1771cb7 100644 (file)
--- a/usage.c
+++ b/usage.c
@@ -901,7 +901,6 @@ const char sed_usage[] =
        "-e script\tadd the script to the commands to be executed\n"
        "-f scriptfile\tadd the contents of script-file to the commands to be executed\n"
        "-h\tdisplay this help message\n"
-       "-V\toutput version information and exit\n"
        "\n"
        "If no -e or -f is given, the first non-option argument is taken as the\n"
        "sed script to interpret. All remaining arguments are names of input\n"