aboutsummaryrefslogtreecommitdiff
path: root/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'usage.h')
-rw-r--r--usage.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usage.h b/usage.h
index d0ac42d1f..d68652fe5 100644
--- a/usage.h
+++ b/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" \