diff options
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 |