[PATCH 4] Fix help text for "loadb" and "loady" commands.
Krzysztof Halasa
khc at pm.waw.pl
Mon Dec 20 17:45:17 EST 2010
Signed-off-by: Krzysztof Hałasa <khc at pm.waw.pl>
diff --git a/commands/loadb.c b/commands/loadb.c
index faf4a97..dc0e517 100644
--- a/commands/loadb.c
+++ b/commands/loadb.c
@@ -802,7 +802,7 @@ static const __maybe_unused char cmd_loadb_help[] =
" -f file - where to download to - defaults to " DEF_FILE "\n"
" -o offset - what offset to download - defaults to 0\n"
" -b baud - baudrate at which to download - defaults to "
- "console baudrate"
+ "console baudrate\n"
" -c - Create file if it is not present - default disabled";
#ifdef CONFIG_CMD_LOADB
BAREBOX_CMD_START(loadb)
More information about the barebox
mailing list