Tweak help command's help text, and remove unimplemented option.
authorRob Landley <rob@landley.net>
Sat, 4 Feb 2012 17:23:18 +0000 (11:23 -0600)
committerRob Landley <rob@landley.net>
Sat, 4 Feb 2012 17:23:18 +0000 (11:23 -0600)
toys/help.c

index 515a09b..5e2b6ec 100644 (file)
@@ -15,13 +15,7 @@ config HELP
          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.
 */