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/Config.src | |
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/Config.src')
-rw-r--r-- | coreutils/Config.src | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src index 1d2fea1..7a8a3a6 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src @@ -13,9 +13,9 @@ config FEATURE_VERBOSE bool "Support verbose options (usually -v) for various applets" default y help - Enable cp -v, rm -v and similar messages. - Also enables long option (--verbose) if it exists. - Without this option, -v is accepted but ignored. + Enable cp -v, rm -v and similar messages. + Also enables long option (--verbose) if it exists. + Without this option, -v is accepted but ignored. comment "Common options for cp and mv" depends on CP || MV @@ -25,7 +25,7 @@ config FEATURE_PRESERVE_HARDLINKS default y depends on CP || MV help - Allow cp and mv to preserve hard links. + Allow cp and mv to preserve hard links. comment "Common options for df, du, ls" depends on DF || DU || LS @@ -35,6 +35,6 @@ config FEATURE_HUMAN_READABLE default y depends on DF || DU || LS help - Allow df, du, and ls to have human readable output. + Allow df, du, and ls to have human readable output. endmenu |