aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--applets/usage.c1
-rw-r--r--usage.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/applets/usage.c b/applets/usage.c
index b86df330c..a3d302e1e 100644
--- a/applets/usage.c
+++ b/applets/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"
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"