diff options
author | Denys Vlasenko | 2017-07-21 09:50:55 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-07-21 09:50:55 +0200 |
commit | 72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch) | |
tree | a5cd9d8f47e909834d3dbc44f895556e68bcf18f /coreutils/ls.c | |
parent | 75d151e31d135ebab083307ded4e9b98970baa75 (diff) | |
download | busybox-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.zip busybox-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz |
config: deindent all help texts
Those two spaces after tab have no effect, and always a nuisance when editing.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r-- | coreutils/ls.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c index cf52287..0fe0345 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c @@ -31,7 +31,7 @@ //config: bool "ls (14 kb)" //config: default y //config: help -//config: ls is used to list the contents of directories. +//config: ls is used to list the contents of directories. //config: //config:config FEATURE_LS_FILETYPES //config: bool "Enable filetyping options (-p and -F)" @@ -58,39 +58,39 @@ //config: default y //config: depends on LS //config: help -//config: Allow ls to sort file names alphabetically. +//config: Allow ls to sort file names alphabetically. //config: //config:config FEATURE_LS_TIMESTAMPS //config: bool "Show file timestamps" //config: default y //config: depends on LS //config: help -//config: Allow ls to display timestamps for files. +//config: Allow ls to display timestamps for files. //config: //config:config FEATURE_LS_USERNAME //config: bool "Show username/groupnames" //config: default y //config: depends on LS //config: help -//config: Allow ls to display username/groupname for files. +//config: Allow ls to display username/groupname for files. //config: //config:config FEATURE_LS_COLOR //config: bool "Allow use of color to identify file types" //config: default y //config: depends on LS && LONG_OPTS //config: help -//config: This enables the --color option to ls. +//config: This enables the --color option to ls. //config: //config:config FEATURE_LS_COLOR_IS_DEFAULT //config: bool "Produce colored ls output by default" //config: default y //config: depends on FEATURE_LS_COLOR //config: help -//config: Saying yes here will turn coloring on by default, -//config: even if no "--color" option is given to the ls command. -//config: This is not recommended, since the colors are not -//config: configurable, and the output may not be legible on -//config: many output screens. +//config: Saying yes here will turn coloring on by default, +//config: even if no "--color" option is given to the ls command. +//config: This is not recommended, since the colors are not +//config: configurable, and the output may not be legible on +//config: many output screens. //applet:IF_LS(APPLET_NOEXEC(ls, ls, BB_DIR_BIN, BB_SUID_DROP, ls)) |