summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2009-11-17 07:30:23 -0500
committerWolfgang Denk <wd@denx.de>2009-12-07 22:06:51 +0100
commita93c92cddaedd5f0720e0da15c6664f7a688b582 (patch)
tree5756a0a4be24fe5998a499b24ee2a3df94d1049e /cpu
parentc2fff331a32ceca837d76eb7827d6340da270d52 (diff)
help: Correct syntax of nandecc help output.
"nandecc" help output should not reproduce the command name, nor have a trailing newline. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'cpu')
-rw-r--r--cpu/arm_cortexa8/omap3/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm_cortexa8/omap3/board.c b/cpu/arm_cortexa8/omap3/board.c
index dd2c94073..2aa69b383 100644
--- a/cpu/arm_cortexa8/omap3/board.c
+++ b/cpu/arm_cortexa8/omap3/board.c
@@ -328,7 +328,7 @@ usage:
U_BOOT_CMD(
nandecc, 2, 1, do_switch_ecc,
- "nandecc - switch OMAP3 NAND ECC calculation algorithm\n",
+ "switch OMAP3 NAND ECC calculation algorithm",
"[hw/sw] - Switch between NAND hardware (hw) or software (sw) ecc algorithm"
);