diff options
Diffstat (limited to 'toys/Config.in')
-rw-r--r-- | toys/Config.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/toys/Config.in b/toys/Config.in index 8c3017cd..e0454229 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -101,22 +101,6 @@ config HELLO help A hello world program. You don't need this. -config HELP - bool "help" - default y - 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. - - config MDEV bool "mdev" default n |