aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2012-02-04 11:23:18 -0600
committerRob Landley <rob@landley.net>2012-02-04 11:23:18 -0600
commit1bc8463cb98580024fa9453723e0ded0bfd19233 (patch)
treed0aa2871ade01b629340d61603de1ebc4d6f71f3
parent37c05d6305cc1cfaae1908ef86a79c8c137b6b7b (diff)
downloadtoybox-1bc8463cb98580024fa9453723e0ded0bfd19233.tar.gz
Tweak help command's help text, and remove unimplemented option.
-rw-r--r--toys/help.c8
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.
*/