diff options
author | Ron Yorston <rmy@pobox.com> | 2014-06-30 21:13:06 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2014-06-30 21:13:06 +0100 |
commit | 099e8b6438345baae560a629d548af07a8c3125c (patch) | |
tree | 71b5600b22b0019af675e4a991394ce32c8207c5 /coreutils/Config.src | |
parent | e19594cc6e49e78fa50a654f15cf9a04e77d054a (diff) | |
parent | 184b2669175e562d58894e22f6320cebf3316c25 (diff) | |
download | busybox-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.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 | ||