Took -V out of the sed_usage string.

This commit is contained in:
Mark Whitley 2000-07-20 23:54:42 +00:00
parent ced2cefcca
commit c768ab490e
2 changed files with 0 additions and 2 deletions

View File

@ -901,7 +901,6 @@ const char sed_usage[] =
"-e script\tadd the script to the commands to be executed\n" "-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" "-f scriptfile\tadd the contents of script-file to the commands to be executed\n"
"-h\tdisplay this help message\n" "-h\tdisplay this help message\n"
"-V\toutput version information and exit\n"
"\n" "\n"
"If no -e or -f is given, the first non-option argument is taken as the\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" "sed script to interpret. All remaining arguments are names of input\n"

View File

@ -901,7 +901,6 @@ const char sed_usage[] =
"-e script\tadd the script to the commands to be executed\n" "-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" "-f scriptfile\tadd the contents of script-file to the commands to be executed\n"
"-h\tdisplay this help message\n" "-h\tdisplay this help message\n"
"-V\toutput version information and exit\n"
"\n" "\n"
"If no -e or -f is given, the first non-option argument is taken as the\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" "sed script to interpret. All remaining arguments are names of input\n"