CONFIG_FEATURE_COMPRESS_USAGE was impossible to turn on
if !CONFIG_NITPICK
This commit is contained in:
parent
3da6aa878a
commit
b7d8dd9ab1
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user