comparison 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
comparison
equal deleted inserted replaced
937:871c68a35e95 938:812e8c5d026f
39 bool "Help messages" 39 bool "Help messages"
40 default y 40 default y
41 help 41 help
42 Include help text for each command. 42 Include help text for each command.
43 43
44 config TOYBOX_HELP_DASHDASH
45 bool "--help"
46 default y
47 depends on TOYBOX_HELP
48 help
49 Support --help argument in all commands, even ones with a NULL
50 optstring. Produces the same output as "help command".
51
44 config TOYBOX_I18N 52 config TOYBOX_I18N
45 bool "Internationalization support" 53 bool "Internationalization support"
46 default y 54 default y
47 help 55 help
48 Support for UTF-8 character sets, and some locale support. 56 Support for UTF-8 character sets, and some locale support.