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 33defa4db..68c717883 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src | |||
@@ -739,6 +739,16 @@ config YES | |||
739 | yes is used to repeatedly output a specific string, or | 739 | yes is used to repeatedly output a specific string, or |
740 | the default string `y'. | 740 | the default string `y'. |
741 | 741 | ||
742 | comment "Common options" | ||
743 | |||
744 | config FEATURE_VERBOSE | ||
745 | bool "Support verbose options (usually -v) for various applets" | ||
746 | default y | ||
747 | help | ||
748 | Enable cp -v, rm -v and similar messages. | ||
749 | Also enables long option (--verbose) if it exists. | ||
750 | Without this option, -v is accepted but ignored. | ||
751 | |||
742 | comment "Common options for cp and mv" | 752 | comment "Common options for cp and mv" |
743 | depends on CP || MV | 753 | depends on CP || MV |
744 | 754 | ||