aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-06-30 15:58:24 -0500
committerRob Landley <rob@landley.net>2013-06-30 15:58:24 -0500
commit953722e3826c779f261a4c8a3649e36b1333a86f (patch)
tree48ba5f258b0a996b3a6a40895e3c465a0ff6487a /Config.in
parent302d9d3e5138e950487dd22ab9e8b1d32a67456c (diff)
downloadtoybox-953722e3826c779f261a4c8a3649e36b1333a86f.tar.gz
Add config option for --help support in all commands.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index ae050b7f..b96d584f 100644
--- a/Config.in
+++ b/Config.in
@@ -41,6 +41,14 @@ config TOYBOX_HELP
help
Include help text for each command.
+config TOYBOX_HELP_DASHDASH
+ bool "--help"
+ default y
+ depends on TOYBOX_HELP
+ help
+ Support --help argument in all commands, even ones with a NULL
+ optstring. Produces the same output as "help command".
+
config TOYBOX_I18N
bool "Internationalization support"
default y