aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
authormarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-20 23:54:42 +0000
committermarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-20 23:54:42 +0000
commit22c2e8f3e62fe6dba1c5fcf6e6dddf86095e206b (patch)
treeddf8fe5f96e250708f33d26b557c98278a06ffe3 /usage.c
parentbf2a25e7ac07c2f35476ab2126c8d856206e9501 (diff)
downloadbusybox-w32-22c2e8f3e62fe6dba1c5fcf6e6dddf86095e206b.tar.gz
busybox-w32-22c2e8f3e62fe6dba1c5fcf6e6dddf86095e206b.tar.bz2
busybox-w32-22c2e8f3e62fe6dba1c5fcf6e6dddf86095e206b.zip
Took -V out of the sed_usage string.
git-svn-id: svn://busybox.net/trunk/busybox@891 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usage.c b/usage.c
index b86df330c..a3d302e1e 100644
--- a/usage.c
+++ b/usage.c
@@ -901,7 +901,6 @@ const char sed_usage[] =
901 "-e script\tadd the script to the commands to be executed\n" 901 "-e script\tadd the script to the commands to be executed\n"
902 "-f scriptfile\tadd the contents of script-file to the commands to be executed\n" 902 "-f scriptfile\tadd the contents of script-file to the commands to be executed\n"
903 "-h\tdisplay this help message\n" 903 "-h\tdisplay this help message\n"
904 "-V\toutput version information and exit\n"
905 "\n" 904 "\n"
906 "If no -e or -f is given, the first non-option argument is taken as the\n" 905 "If no -e or -f is given, the first non-option argument is taken as the\n"
907 "sed script to interpret. All remaining arguments are names of input\n" 906 "sed script to interpret. All remaining arguments are names of input\n"