summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2011-12-17 16:57:40 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-12-19 12:17:07 +0100
commitf02a48ea00637025dc13d86d1ff024b6aec071d7 (patch)
treeb7080fd29f071d53d19d19889e5511af74605411 /include
parent790266c24de9582b56872ef5ee869442fbb76fa5 (diff)
downloadbarebox-f02a48ea00637025dc13d86d1ff024b6aec071d7.tar.gz
barebox-f02a48ea00637025dc13d86d1ff024b6aec071d7.tar.xz
commands: really print BAREBOX_CMD_HELP_TEXT
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/command.h b/include/command.h
index e221546091..9a90e0b06b 100644
--- a/include/command.h
+++ b/include/command.h
@@ -95,7 +95,7 @@ static const __maybe_unused char cmd_##_name##_help[] =
#define BAREBOX_CMD_HELP_USAGE(_name) "Usage: " _name
#define BAREBOX_CMD_HELP_SHORT(_text) _text
#define BAREBOX_CMD_HELP_OPT(_opt, _desc) _opt "\t" _desc
-#define BAREBOX_CMD_HELP_TEXT(_text)
+#define BAREBOX_CMD_HELP_TEXT(_text) _text
#define BAREBOX_CMD_HELP_END ;
#ifdef CONFIG_LONGHELP