From deef1e80f3584af6392ab266a77bf580bfcca773 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 8 Jul 2014 07:52:34 +0200 Subject: Do not use macros in command help The help texts are parsed by sphinx which cannot handle macros, so replace them with their values. Signed-off-by: Sascha Hauer --- commands/loadxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/loadxy.c') diff --git a/commands/loadxy.c b/commands/loadxy.c index 3044f37112..df14043d69 100644 --- a/commands/loadxy.c +++ b/commands/loadxy.c @@ -242,7 +242,7 @@ static int do_loadx(int argc, char *argv[]) BAREBOX_CMD_HELP_START(loadx) BAREBOX_CMD_HELP_TEXT("Options:") -BAREBOX_CMD_HELP_OPT("-f FILE", "download to FILE (default " DEF_FILE ")") +BAREBOX_CMD_HELP_OPT("-f FILE", "download to FILE (default image.bin") BAREBOX_CMD_HELP_OPT("-o OFFS", "destination file OFFSet (default 0)") BAREBOX_CMD_HELP_OPT("-b BAUD", "baudrate for download (default: console baudrate") BAREBOX_CMD_HELP_OPT("-t NAME", "console name to use (default: current)") -- cgit v1.2.3