diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-07 05:43:38 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-07 05:43:38 +0000 |
commit | b7d8dd9ab18c5001b5a86127c94a07e3ee0125c7 (patch) | |
tree | d38ac44c5b314182b346f7ec581a1f16e445d3bf /Config.in | |
parent | 3da6aa878aa23f19d0b928cce0c01f707229c48a (diff) | |
download | busybox-w32-b7d8dd9ab18c5001b5a86127c94a07e3ee0125c7.tar.gz busybox-w32-b7d8dd9ab18c5001b5a86127c94a07e3ee0125c7.tar.bz2 busybox-w32-b7d8dd9ab18c5001b5a86127c94a07e3ee0125c7.zip |
CONFIG_FEATURE_COMPRESS_USAGE was impossible to turn on
if !CONFIG_NITPICK
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ config CONFIG_FEATURE_VERBOSE_USAGE | |||
76 | config CONFIG_FEATURE_COMPRESS_USAGE | 76 | config CONFIG_FEATURE_COMPRESS_USAGE |
77 | bool "Store applet usage messages in compressed form" | 77 | bool "Store applet usage messages in compressed form" |
78 | default y | 78 | default y |
79 | depends on CONFIG_SHOW_USAGE && CONFIG_NITPICK | 79 | depends on CONFIG_SHOW_USAGE |
80 | help | 80 | help |
81 | Store usage messages in compressed form, uncompress them on-the-fly | 81 | Store usage messages in compressed form, uncompress them on-the-fly |
82 | when <applet> --help is called. | 82 | when <applet> --help is called. |