diff options
author | Matt Kraai <kraai@debian.org> | 2001-06-21 14:40:55 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-06-21 14:40:55 +0000 |
commit | 075228a4615283e6ef65982f497ab52c034ef930 (patch) | |
tree | 8df31ceb4b6c18637032b0f987f20664b5f07c1a | |
parent | 02c40a72b87c93e1b307cc26d79c6a3f39aa2f88 (diff) | |
download | busybox-w32-075228a4615283e6ef65982f497ab52c034ef930.tar.gz busybox-w32-075228a4615283e6ef65982f497ab52c034ef930.tar.bz2 busybox-w32-075228a4615283e6ef65982f497ab52c034ef930.zip |
Remove documentation of unsupported sed options.
-rw-r--r-- | applets/usage.h | 3 | ||||
-rw-r--r-- | include/usage.h | 3 | ||||
-rw-r--r-- | usage.h | 3 |
3 files changed, 3 insertions, 6 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" \ |
diff --git a/include/usage.h b/include/usage.h index d0ac42d1f..d68652fe5 100644 --- a/include/usage.h +++ b/include/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" \ |
@@ -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" \ |