diff options
author | Rob Landley <rob@landley.net> | 2013-06-30 15:58:24 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-06-30 15:58:24 -0500 |
commit | 953722e3826c779f261a4c8a3649e36b1333a86f (patch) | |
tree | 48ba5f258b0a996b3a6a40895e3c465a0ff6487a /Config.in | |
parent | 302d9d3e5138e950487dd22ab9e8b1d32a67456c (diff) | |
download | toybox-953722e3826c779f261a4c8a3649e36b1333a86f.tar.gz |
Add config option for --help support in all commands.
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |