summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-05 23:11:07 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-05 23:11:07 +0200
commit0e5ba0843b86a78d2d98a5fbaac8d33fe041f10e (patch)
tree1f043ab8b4f8e1e57ddaf49e0ddf7677fedf7689 /Config.in
parent729ce473609fbe2aef656e6079d6b8a102962004 (diff)
downloadbusybox-w32-0e5ba0843b86a78d2d98a5fbaac8d33fe041f10e.tar.gz
busybox-w32-0e5ba0843b86a78d2d98a5fbaac8d33fe041f10e.tar.bz2
busybox-w32-0e5ba0843b86a78d2d98a5fbaac8d33fe041f10e.zip
Remove requirement that include/applets.h must be sorted
First, I _again_ violated it - two xz-related applets are in wrong positions. Second, planned in-applet help text thing will be so much easier without this requirement... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index a5d20038a..8baf565db 100644
--- a/Config.in
+++ b/Config.in
@@ -83,7 +83,7 @@ config SHOW_USAGE
83config FEATURE_VERBOSE_USAGE 83config 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