aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-27 23:34:46 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-27 23:34:46 +0000
commit570b8b28816ba39a46d42e302587766938978673 (patch)
tree08c1b12a37d2ef74b4471e154fe4227d3b6ae917 /Config.in
parent6914152cfd8a6f6a24606d74fe3aa67bb068fc27 (diff)
downloadbusybox-w32-570b8b28816ba39a46d42e302587766938978673.tar.gz
busybox-w32-570b8b28816ba39a46d42e302587766938978673.tar.bz2
busybox-w32-570b8b28816ba39a46d42e302587766938978673.zip
Patch from Dennis Vlasenko to add the option to compress help text.
git-svn-id: svn://busybox.net/trunk/busybox@14949 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 8 insertions, 0 deletions
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
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
59config 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
59config CONFIG_FEATURE_INSTALLER 67config 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