diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-25 00:23:36 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-25 00:23:36 +0000 |
commit | 4d5ac2f346d01e51cde9c44431067138bd586f36 (patch) | |
tree | addb234526115581240d61783653280e241445cc | |
parent | 3a0f4baf2fda25aafdd43589265980c5dbb19fc1 (diff) |
Fix tab stops for sed usage.
-rw-r--r-- | applets/usage.c | 4 | ||||
-rw-r--r-- | usage.c | 4 |
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[] = "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" @@ -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" |