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 config CONFIG_FEATURE_COMPRESS_USAGE
bool "Store applet usage messages in compressed form" bool "Store applet usage messages in compressed form"
default y default y
depends on CONFIG_SHOW_USAGE && CONFIG_NITPICK depends on CONFIG_SHOW_USAGE
help help
Store usage messages in compressed form, uncompress them on-the-fly Store usage messages in compressed form, uncompress them on-the-fly
when <applet> --help is called. when <applet> --help is called.