CONFIG_FEATURE_COMPRESS_USAGE was impossible to turn on

if !CONFIG_NITPICK
This commit is contained in:
Denis Vlasenko 2006-09-07 05:43:38 +00:00
parent 3da6aa878a
commit b7d8dd9ab1

View File

@ -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.