From 36ffc5aa3e6bfcab5d628208f4f1508f9b1c2620 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 14 Apr 2013 21:43:22 -0500 Subject: Move guts of help command into show_help() in lib/help.c, with config TOYBOX_HELP controlling infrastructure. --- Config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 0a964d41..a9443dd1 100644 --- a/Config.in +++ b/Config.in @@ -35,6 +35,12 @@ config TOYBOX_FLOAT Include floating point support infrastructure and commands that require it. +config TOYBOX_HELP + bool "Help messages: + default y + help + Include help text for each command. + config TOYBOX_I18N bool "Internationalization support" default y -- cgit v1.2.3