aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.src
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2014-06-30 21:13:06 +0100
committerRon Yorston <rmy@pobox.com>2014-06-30 21:13:06 +0100
commit099e8b6438345baae560a629d548af07a8c3125c (patch)
tree71b5600b22b0019af675e4a991394ce32c8207c5 /coreutils/Config.src
parente19594cc6e49e78fa50a654f15cf9a04e77d054a (diff)
parent184b2669175e562d58894e22f6320cebf3316c25 (diff)
downloadbusybox-w32-099e8b6438345baae560a629d548af07a8c3125c.tar.gz
busybox-w32-099e8b6438345baae560a629d548af07a8c3125c.tar.bz2
busybox-w32-099e8b6438345baae560a629d548af07a8c3125c.zip
Merge branch 'busybox' into merge
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 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
741comment "Common options"
742
743config 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
741comment "Common options for cp and mv" 751comment "Common options for cp and mv"
742 depends on CP || MV 752 depends on CP || MV
743 753