aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-31 18:43:55 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-31 18:43:55 +0000
commit7a931d92874cf8d04e7f74be42b15e022b6bb53b (patch)
tree4e20f68dfb7373e902f2fb8430c02209d6eb78e8 /Config.in
parent0f1def7a05d1b58613c613d0ad0f6ee0525e675e (diff)
downloadbusybox-w32-7a931d92874cf8d04e7f74be42b15e022b6bb53b.tar.gz
busybox-w32-7a931d92874cf8d04e7f74be42b15e022b6bb53b.tar.bz2
busybox-w32-7a931d92874cf8d04e7f74be42b15e022b6bb53b.zip
- add option to suppress the terse usage messages. Saves 6.8k for defconfig:
text data bss dec hex filename 861791 11264 1039140 1912195 1d2d83 busybox.have-terse-usage 854799 11264 1039140 1905203 1d1233 busybox.no-terse git-svn-id: svn://busybox.net/trunk/busybox@14713 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 93534d0e6..e7207d0eb 100644
--- a/Config.in
+++ b/Config.in
@@ -37,9 +37,19 @@ config CONFIG_FEATURE_BUFFERS_GO_IN_BSS
37 37
38endchoice 38endchoice
39 39
40config CONFIG_SHOW_USAGE
41 bool "Show terse applet usage messages"
42 default y
43 help
44 All BusyBox applets will show help messages when invoked with
45 wrong arguments. You can turn off printing these terse usage
46 messages if you say no here.
47 This will save you up to 7k.
48
40config CONFIG_FEATURE_VERBOSE_USAGE 49config CONFIG_FEATURE_VERBOSE_USAGE
41 bool "Show verbose applet usage messages" 50 bool "Show verbose applet usage messages"
42 default n 51 default n
52 select CONFIG_SHOW_USAGE
43 help 53 help
44 All BusyBox applets will show more verbose help messages when 54 All BusyBox applets will show more verbose help messages when
45 busybox is invoked with --help. This will add a lot of text to the 55 busybox is invoked with --help. This will add a lot of text to the