aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
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