diff options
author | Mark Whitley <markw@lineo.com> | 2000-07-20 23:54:42 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2000-07-20 23:54:42 +0000 |
commit | c768ab490e958ddca2699d4052a5d0a5dd823967 (patch) | |
tree | ddf8fe5f96e250708f33d26b557c98278a06ffe3 | |
parent | ced2cefcca08eea3e9a293af6db9637769231e05 (diff) | |
download | busybox-c768ab490e958ddca2699d4052a5d0a5dd823967.tar.gz |
Took -V out of the sed_usage string.
-rw-r--r-- | applets/usage.c | 1 | ||||
-rw-r--r-- | usage.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/applets/usage.c b/applets/usage.c index b86df330c..a3d302e1e 100644 --- a/applets/usage.c +++ b/applets/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" @@ -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" |