diff 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
line wrap: on
line diff
--- a/Config.in	Sun Apr 14 12:35:25 2013 -0500
+++ b/Config.in	Sun Apr 14 21:43:22 2013 -0500
@@ -35,6 +35,12 @@
 	  Include floating point support infrastructure and commands that
 	  require it.
 
+config TOYBOX_HELP
+	bool "Help messages:
+	default y
+	help
+	  Include help text for each command.
+
 config TOYBOX_I18N
 	bool "Internationalization support"
 	default y