diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-21 09:50:55 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-21 09:50:55 +0200 |
commit | 72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch) | |
tree | a5cd9d8f47e909834d3dbc44f895556e68bcf18f /coreutils/Config.src | |
parent | 75d151e31d135ebab083307ded4e9b98970baa75 (diff) | |
download | busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.bz2 busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.zip |
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 1d2fea1fb..7a8a3a634 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src | |||
@@ -13,9 +13,9 @@ config FEATURE_VERBOSE | |||
13 | bool "Support verbose options (usually -v) for various applets" | 13 | bool "Support verbose options (usually -v) for various applets" |
14 | default y | 14 | default y |
15 | help | 15 | help |
16 | Enable cp -v, rm -v and similar messages. | 16 | Enable cp -v, rm -v and similar messages. |
17 | Also enables long option (--verbose) if it exists. | 17 | Also enables long option (--verbose) if it exists. |
18 | Without this option, -v is accepted but ignored. | 18 | Without this option, -v is accepted but ignored. |
19 | 19 | ||
20 | comment "Common options for cp and mv" | 20 | comment "Common options for cp and mv" |
21 | depends on CP || MV | 21 | depends on CP || MV |
@@ -25,7 +25,7 @@ config FEATURE_PRESERVE_HARDLINKS | |||
25 | default y | 25 | default y |
26 | depends on CP || MV | 26 | depends on CP || MV |
27 | help | 27 | help |
28 | Allow cp and mv to preserve hard links. | 28 | Allow cp and mv to preserve hard links. |
29 | 29 | ||
30 | comment "Common options for df, du, ls" | 30 | comment "Common options for df, du, ls" |
31 | depends on DF || DU || LS | 31 | depends on DF || DU || LS |
@@ -35,6 +35,6 @@ config FEATURE_HUMAN_READABLE | |||
35 | default y | 35 | default y |
36 | depends on DF || DU || LS | 36 | depends on DF || DU || LS |
37 | help | 37 | help |
38 | Allow df, du, and ls to have human readable output. | 38 | Allow df, du, and ls to have human readable output. |
39 | 39 | ||
40 | endmenu | 40 | endmenu |