diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-06-21 14:40:55 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-06-21 14:40:55 +0000 |
commit | 85a3ff4122b53383bb6549c73f76ca1a26270c68 (patch) | |
tree | 8df31ceb4b6c18637032b0f987f20664b5f07c1a /applets/usage.h | |
parent | a5f74679f85223871f7b5aeeeef67fdad7ad21a1 (diff) | |
download | busybox-w32-85a3ff4122b53383bb6549c73f76ca1a26270c68.tar.gz busybox-w32-85a3ff4122b53383bb6549c73f76ca1a26270c68.tar.bz2 busybox-w32-85a3ff4122b53383bb6549c73f76ca1a26270c68.zip |
Remove documentation of unsupported sed options.
git-svn-id: svn://busybox.net/trunk/busybox@2869 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets/usage.h')
-rw-r--r-- | applets/usage.h | 3 |
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 @@ | |||
1303 | "Extracts an rpm archive." | 1303 | "Extracts an rpm archive." |
1304 | 1304 | ||
1305 | #define sed_trivial_usage \ | 1305 | #define sed_trivial_usage \ |
1306 | "[-Vhnef] pattern [files...]" | 1306 | "[-nef] pattern [files...]" |
1307 | #define sed_full_usage \ | 1307 | #define sed_full_usage \ |
1308 | "Options:\n" \ | 1308 | "Options:\n" \ |
1309 | "\t-n\t\tsuppress automatic printing of pattern space\n" \ | 1309 | "\t-n\t\tsuppress automatic printing of pattern space\n" \ |
1310 | "\t-e script\tadd the script to the commands to be executed\n" \ | 1310 | "\t-e script\tadd the script to the commands to be executed\n" \ |
1311 | "\t-f scriptfile\tadd the contents of script-file to the commands to be executed\n" \ | 1311 | "\t-f scriptfile\tadd the contents of script-file to the commands to be executed\n" \ |
1312 | "\t-h\t\tdisplay this help message\n" \ | ||
1313 | "\n" \ | 1312 | "\n" \ |
1314 | "If no -e or -f is given, the first non-option argument is taken as the\n" \ | 1313 | "If no -e or -f is given, the first non-option argument is taken as the\n" \ |
1315 | "sed script to interpret. All remaining arguments are names of input\n" \ | 1314 | "sed script to interpret. All remaining arguments are names of input\n" \ |