Mercurial > hg > toybox
diff Config.in @ 938:812e8c5d026f
Add config option for --help support in all commands.
author | Rob Landley <rob@landley.net> |
---|---|
date | Sun, 30 Jun 2013 15:58:24 -0500 |
parents | 6988ece404b2 |
children | caa05719070f |
line wrap: on
line diff
--- a/Config.in Sun Jun 30 01:26:56 2013 -0500 +++ b/Config.in Sun Jun 30 15:58:24 2013 -0500 @@ -41,6 +41,14 @@ 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