diff options
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -37,9 +37,19 @@ config CONFIG_FEATURE_BUFFERS_GO_IN_BSS | |||
37 | 37 | ||
38 | endchoice | 38 | endchoice |
39 | 39 | ||
40 | config 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 | |||
40 | config CONFIG_FEATURE_VERBOSE_USAGE | 49 | config 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 |