diff options
author | Rob Landley <rob@landley.net> | 2012-02-04 11:23:18 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-02-04 11:23:18 -0600 |
commit | 1bc8463cb98580024fa9453723e0ded0bfd19233 (patch) | |
tree | d0aa2871ade01b629340d61603de1ebc4d6f71f3 /toys | |
parent | 37c05d6305cc1cfaae1908ef86a79c8c137b6b7b (diff) | |
download | toybox-1bc8463cb98580024fa9453723e0ded0bfd19233.tar.gz |
Tweak help command's help text, and remove unimplemented option.
Diffstat (limited to 'toys')
-rw-r--r-- | toys/help.c | 8 |
1 files changed, 1 insertions, 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. */ |