diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-12-01 13:06:03 +0100 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-12-01 13:06:03 +0100 |
commit | 3f2477e8a89ddadd1dfdd9d990ac8c6fdb8ad4b3 (patch) | |
tree | f672972cbfd8cf87a1c386235fbb5522331d1a89 /coreutils/Config.src | |
parent | 631fd5ccd7372e2c09e953cc3c5d0176ee2bc6d2 (diff) | |
download | busybox-w32-3f2477e8a89ddadd1dfdd9d990ac8c6fdb8ad4b3.tar.gz busybox-w32-3f2477e8a89ddadd1dfdd9d990ac8c6fdb8ad4b3.tar.bz2 busybox-w32-3f2477e8a89ddadd1dfdd9d990ac8c6fdb8ad4b3.zip |
touch: fix help text to not show options disabled in .config
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r-- | coreutils/Config.src | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src index 0eb70af55..c2fd73e59 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src | |||
@@ -661,13 +661,6 @@ config FEATURE_TEE_USE_BLOCK_IO | |||
661 | help | 661 | help |
662 | Enable this option for a faster tee, at expense of size. | 662 | Enable this option for a faster tee, at expense of size. |
663 | 663 | ||
664 | config TOUCH | ||
665 | bool "touch" | ||
666 | default y | ||
667 | help | ||
668 | touch is used to create or change the access and/or | ||
669 | modification timestamp of specified files. | ||
670 | |||
671 | config TRUE | 664 | config TRUE |
672 | bool "true" | 665 | bool "true" |
673 | default y | 666 | default y |