From 953722e3826c779f261a4c8a3649e36b1333a86f Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 30 Jun 2013 15:58:24 -0500 Subject: Add config option for --help support in all commands. --- Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Config.in') 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 -- cgit v1.2.3