aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-06-21 14:40:55 +0000
committerMatt Kraai <kraai@debian.org>2001-06-21 14:40:55 +0000
commit075228a4615283e6ef65982f497ab52c034ef930 (patch)
tree8df31ceb4b6c18637032b0f987f20664b5f07c1a /applets
parent02c40a72b87c93e1b307cc26d79c6a3f39aa2f88 (diff)
downloadbusybox-075228a4615283e6ef65982f497ab52c034ef930.tar.gz
Remove documentation of unsupported sed options.
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/applets/usage.h b/applets/usage.h
index d0ac42d1f..d68652fe5 100644
--- a/applets/usage.h
+++ b/applets/usage.h
@@ -1303,13 +1303,12 @@
"Extracts an rpm archive."
#define sed_trivial_usage \
- "[-Vhnef] pattern [files...]"
+ "[-nef] pattern [files...]"
#define sed_full_usage \
"Options:\n" \
"\t-n\t\tsuppress automatic printing of pattern space\n" \
"\t-e script\tadd the script to the commands to be executed\n" \
"\t-f scriptfile\tadd the contents of script-file to the commands to be executed\n" \
- "\t-h\t\tdisplay this help message\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" \