aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--applets/usage.c4
-rw-r--r--usage.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/applets/usage.c b/applets/usage.c
index 7cd05c8f2..0dad1ba30 100644
--- a/applets/usage.c
+++ b/applets/usage.c
@@ -936,10 +936,10 @@ const char sed_usage[] =
936 "sed [-Vhnef] pattern [files...]\n" 936 "sed [-Vhnef] pattern [files...]\n"
937#ifndef BB_FEATURE_TRIVIAL_HELP 937#ifndef BB_FEATURE_TRIVIAL_HELP
938 "\n" 938 "\n"
939 "-n\tsuppress automatic printing of pattern space\n" 939 "-n\t\tsuppress automatic printing of pattern space\n"
940 "-e script\tadd the script to the commands to be executed\n" 940 "-e script\tadd the script to the commands to be executed\n"
941 "-f scriptfile\tadd the contents of script-file to the commands to be executed\n" 941 "-f scriptfile\tadd the contents of script-file to the commands to be executed\n"
942 "-h\tdisplay this help message\n" 942 "-h\t\tdisplay this help message\n"
943 "\n" 943 "\n"
944 "If no -e or -f is given, the first non-option argument is taken as the\n" 944 "If no -e or -f is given, the first non-option argument is taken as the\n"
945 "sed script to interpret. All remaining arguments are names of input\n" 945 "sed script to interpret. All remaining arguments are names of input\n"
diff --git a/usage.c b/usage.c
index 7cd05c8f2..0dad1ba30 100644
--- a/usage.c
+++ b/usage.c
@@ -936,10 +936,10 @@ const char sed_usage[] =
936 "sed [-Vhnef] pattern [files...]\n" 936 "sed [-Vhnef] pattern [files...]\n"
937#ifndef BB_FEATURE_TRIVIAL_HELP 937#ifndef BB_FEATURE_TRIVIAL_HELP
938 "\n" 938 "\n"
939 "-n\tsuppress automatic printing of pattern space\n" 939 "-n\t\tsuppress automatic printing of pattern space\n"
940 "-e script\tadd the script to the commands to be executed\n" 940 "-e script\tadd the script to the commands to be executed\n"
941 "-f scriptfile\tadd the contents of script-file to the commands to be executed\n" 941 "-f scriptfile\tadd the contents of script-file to the commands to be executed\n"
942 "-h\tdisplay this help message\n" 942 "-h\t\tdisplay this help message\n"
943 "\n" 943 "\n"
944 "If no -e or -f is given, the first non-option argument is taken as the\n" 944 "If no -e or -f is given, the first non-option argument is taken as the\n"
945 "sed script to interpret. All remaining arguments are names of input\n" 945 "sed script to interpret. All remaining arguments are names of input\n"