aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r--coreutils/Config.src10
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
742comment "Common options"
743
744config 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
742comment "Common options for cp and mv" 752comment "Common options for cp and mv"
743 depends on CP || MV 753 depends on CP || MV
744 754