diff options
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ config SHOW_USAGE | |||
83 | config FEATURE_VERBOSE_USAGE | 83 | config FEATURE_VERBOSE_USAGE |
84 | bool "Show verbose applet usage messages" | 84 | bool "Show verbose applet usage messages" |
85 | default n | 85 | default n |
86 | select SHOW_USAGE | 86 | depends on SHOW_USAGE |
87 | help | 87 | help |
88 | All BusyBox applets will show more verbose help messages when | 88 | All BusyBox applets will show more verbose help messages when |
89 | busybox is invoked with --help. This will add a lot of text to the | 89 | busybox is invoked with --help. This will add a lot of text to the |