diff options
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r-- | coreutils/Config.src | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src index 82b6bf0d9..2914fc36a 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src | |||
@@ -738,6 +738,16 @@ config YES | |||
738 | yes is used to repeatedly output a specific string, or | 738 | yes is used to repeatedly output a specific string, or |
739 | the default string `y'. | 739 | the default string `y'. |
740 | 740 | ||
741 | comment "Common options" | ||
742 | |||
743 | config FEATURE_VERBOSE | ||
744 | bool "Support verbose options (usually -v) for various applets" | ||
745 | default y | ||
746 | help | ||
747 | Enable cp -v, rm -v and similar messages. | ||
748 | Also enables long option (--verbose) if it exists. | ||
749 | Without this option, -v is accepted but ignored. | ||
750 | |||
741 | comment "Common options for cp and mv" | 751 | comment "Common options for cp and mv" |
742 | depends on CP || MV | 752 | depends on CP || MV |
743 | 753 | ||