diff options
author | Rob Landley <rob@landley.net> | 2006-04-27 23:34:46 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-04-27 23:34:46 +0000 |
commit | 7e21d5f6b1bdac9c20139e8bef82b17559e548a0 (patch) | |
tree | 08c1b12a37d2ef74b4471e154fe4227d3b6ae917 /Config.in | |
parent | d5b9428bb6e9d7524f6ef24868ce6394ade08255 (diff) | |
download | busybox-w32-7e21d5f6b1bdac9c20139e8bef82b17559e548a0.tar.gz busybox-w32-7e21d5f6b1bdac9c20139e8bef82b17559e548a0.tar.bz2 busybox-w32-7e21d5f6b1bdac9c20139e8bef82b17559e548a0.zip |
Patch from Dennis Vlasenko to add the option to compress help text.
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -56,6 +56,14 @@ config CONFIG_FEATURE_VERBOSE_USAGE | |||
56 | busybox binary. In the default configuration, this will add about | 56 | busybox binary. In the default configuration, this will add about |
57 | 13k, but it can add much more depending on your configuration. | 57 | 13k, but it can add much more depending on your configuration. |
58 | 58 | ||
59 | config CONFIG_FEATURE_COMPRESS_USAGE | ||
60 | bool "Store applet usage messages in compressed form" | ||
61 | default y | ||
62 | depends on CONFIG_SHOW_USAGE | ||
63 | help | ||
64 | Store usage messages in compressed form, uncompress them on-the-fly | ||
65 | when <applet> --help is called. | ||
66 | |||
59 | config CONFIG_FEATURE_INSTALLER | 67 | config CONFIG_FEATURE_INSTALLER |
60 | bool "Support --install [-s] to install applet links at runtime" | 68 | bool "Support --install [-s] to install applet links at runtime" |
61 | default n | 69 | default n |