From 1bc8463cb98580024fa9453723e0ded0bfd19233 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 4 Feb 2012 11:23:18 -0600 Subject: Tweak help command's help text, and remove unimplemented option. --- toys/help.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/toys/help.c b/toys/help.c index 515a09b5..5e2b6ec4 100644 --- a/toys/help.c +++ b/toys/help.c @@ -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. */ -- cgit v1.2.3