Fix tab stops for sed usage.
authorEric Andersen <andersen@codepoet.org>
Fri, 25 Aug 2000 00:23:36 +0000 (00:23 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 25 Aug 2000 00:23:36 +0000 (00:23 -0000)
applets/usage.c
usage.c

index 7cd05c8f2f630032dfe0e9de647f37ce367caa2f..0dad1ba302abafc5687325cc2c7cedac3ad9e5d9 100644 (file)
@@ -936,10 +936,10 @@ const char sed_usage[] =
        "sed [-Vhnef] pattern [files...]\n"
 #ifndef BB_FEATURE_TRIVIAL_HELP
        "\n"
-       "-n\tsuppress automatic printing of pattern space\n"
+       "-n\t\tsuppress automatic printing of pattern space\n"
        "-e script\tadd the script to the commands to be executed\n"
        "-f scriptfile\tadd the contents of script-file to the commands to be executed\n"
-       "-h\tdisplay this help message\n"
+       "-h\t\tdisplay this help message\n"
        "\n"
        "If no -e or -f is given, the first non-option argument is taken as the\n"
        "sed script to interpret. All remaining arguments are names of input\n"
diff --git a/usage.c b/usage.c
index 7cd05c8f2f630032dfe0e9de647f37ce367caa2f..0dad1ba302abafc5687325cc2c7cedac3ad9e5d9 100644 (file)
--- a/usage.c
+++ b/usage.c
@@ -936,10 +936,10 @@ const char sed_usage[] =
        "sed [-Vhnef] pattern [files...]\n"
 #ifndef BB_FEATURE_TRIVIAL_HELP
        "\n"
-       "-n\tsuppress automatic printing of pattern space\n"
+       "-n\t\tsuppress automatic printing of pattern space\n"
        "-e script\tadd the script to the commands to be executed\n"
        "-f scriptfile\tadd the contents of script-file to the commands to be executed\n"
-       "-h\tdisplay this help message\n"
+       "-h\t\tdisplay this help message\n"
        "\n"
        "If no -e or -f is given, the first non-option argument is taken as the\n"
        "sed script to interpret. All remaining arguments are names of input\n"