Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-09-07 09:43:38 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2006-09-07 09:43:38 +0400
commitb7d8dd9ab18c5001b5a86127c94a07e3ee0125c7 (patch)
treed38ac44c5b314182b346f7ec581a1f16e445d3bf /Config.in
parent3da6aa878aa23f19d0b928cce0c01f707229c48a (diff)
CONFIG_FEATURE_COMPRESS_USAGE was impossible to turn on
if !CONFIG_NITPICK
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 3a661e274..e6acf4971 100644
--- a/Config.in
+++ b/Config.in
@@ -76,7 +76,7 @@ config CONFIG_FEATURE_VERBOSE_USAGE
config CONFIG_FEATURE_COMPRESS_USAGE
bool "Store applet usage messages in compressed form"
default y
- depends on CONFIG_SHOW_USAGE && CONFIG_NITPICK
+ depends on CONFIG_SHOW_USAGE
help
Store usage messages in compressed form, uncompress them on-the-fly
when <applet> --help is called.