changeset 428:cb3c3c85b966

Tweak help command's help text, and remove unimplemented option.
author Rob Landley <rob@landley.net>
date Sat, 04 Feb 2012 11:23:18 -0600
parents 827ad88a3456
children 27104029d771
files toys/help.c
diffstat 1 files changed, 1 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/toys/help.c	Sat Feb 04 10:39:17 2012 -0600
+++ b/toys/help.c	Sat Feb 04 11:23:18 2012 -0600
@@ -15,13 +15,7 @@
 	  usage: help [command]
 
 	  Show usage information for toybox commands.
-
-config HELP_LONG
-	bool "Verbose help text"
-	default y
-	depends on HELP
-	help
-	  Show more than one line of help information per command.
+	  Run "toybox" with no arguments for a list of available commands.
 */