summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorKrzysztof Halasa <khc@pm.waw.pl>2010-12-20 23:45:17 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-12-21 09:02:40 +0100
commit0763eb4b1a1f8dedc0346c820fcca02f73fa1e4d (patch)
tree1eccb539511535b8554cff23d87040acf170645f /commands
parente2bf1aec90c21947fef8ab77a36fdfb95305fcb3 (diff)
downloadbarebox-0763eb4b1a1f8dedc0346c820fcca02f73fa1e4d.tar.gz
barebox-0763eb4b1a1f8dedc0346c820fcca02f73fa1e4d.tar.xz
Fix help text for "loadb" and "loady" commands.
Signed-off-by: Krzysztof HaƂasa <khc@pm.waw.pl> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/loadb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/loadb.c b/commands/loadb.c
index faf4a97f6b..dc0e517b57 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)