aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-04-14 21:43:22 -0500
committerRob Landley <rob@landley.net>2013-04-14 21:43:22 -0500
commit36ffc5aa3e6bfcab5d628208f4f1508f9b1c2620 (patch)
tree02fa7a68fe53808c79ce72f9ba21beb0b9908214 /Config.in
parent26c0045a6eb061e180f58b6b4c029a5df5a2818e (diff)
downloadtoybox-36ffc5aa3e6bfcab5d628208f4f1508f9b1c2620.tar.gz
Move guts of help command into show_help() in lib/help.c, with config TOYBOX_HELP controlling infrastructure.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 0a964d41..a9443dd1 100644
--- a/Config.in
+++ b/Config.in
@@ -35,6 +35,12 @@ config TOYBOX_FLOAT
Include floating point support infrastructure and commands that
require it.
+config TOYBOX_HELP
+ bool "Help messages:
+ default y
+ help
+ Include help text for each command.
+
config TOYBOX_I18N
bool "Internationalization support"
default y