From: Robert P. J. Day Date: Tue, 17 Nov 2009 12:30:23 +0000 (-0500) Subject: help: Correct syntax of nandecc help output. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a93c92cddaedd5f0720e0da15c6664f7a688b582;p=project%2Fbcm63xx%2Fu-boot.git 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 --- diff --git a/cpu/arm_cortexa8/omap3/board.c b/cpu/arm_cortexa8/omap3/board.c index dd2c94073b..2aa69b383b 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" );