comparison Config.in @ 858:34ac05521d94

Move guts of help command into show_help() in lib/help.c, with config TOYBOX_HELP controlling infrastructure.
author Rob Landley <rob@landley.net>
date Sun, 14 Apr 2013 21:43:22 -0500
parents da601285a86e
children 6988ece404b2
comparison
equal deleted inserted replaced
857:da601285a86e 858:34ac05521d94
33 default y 33 default y
34 help 34 help
35 Include floating point support infrastructure and commands that 35 Include floating point support infrastructure and commands that
36 require it. 36 require it.
37 37
38 config TOYBOX_HELP
39 bool "Help messages:
40 default y
41 help
42 Include help text for each command.
43
38 config TOYBOX_I18N 44 config TOYBOX_I18N
39 bool "Internationalization support" 45 bool "Internationalization support"
40 default y 46 default y
41 help 47 help
42 Support for UTF-8 character sets, and some locale support. 48 Support for UTF-8 character sets, and some locale support.