X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Config.in;h=6dd4c58e7cff2ca74cdbaab6b8f8a8e58b6f7ac3;hb=c5598177bc4b38d349e4fdbd08d997c170ed2f8b;hp=b23ec2ce1c7e1436e29f12f85913e68cc788c421;hpb=8ad70871b55ee3a3ae8b27144e7169a96449ca4b;p=oweals%2Fbusybox.git diff --git a/Config.in b/Config.in index b23ec2ce1..6dd4c58e7 100644 --- a/Config.in +++ b/Config.in @@ -56,6 +56,14 @@ config CONFIG_FEATURE_VERBOSE_USAGE busybox binary. In the default configuration, this will add about 13k, but it can add much more depending on your configuration. +config CONFIG_FEATURE_COMPRESS_USAGE + bool "Store applet usage messages in compressed form" + default y + depends on CONFIG_SHOW_USAGE + help + Store usage messages in compressed form, uncompress them on-the-fly + when --help is called. + config CONFIG_FEATURE_INSTALLER bool "Support --install [-s] to install applet links at runtime" default n