Commit a93c92cddaedd5f0720e0da15c6664f7a688b582

Authored by Robert P. J. Day
Committed by Wolfgang Denk
1 parent c2fff331a3

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

cpu/arm_cortexa8/omap3/board.c
... ... @@ -328,7 +328,7 @@
328 328  
329 329 U_BOOT_CMD(
330 330 nandecc, 2, 1, do_switch_ecc,
331   - "nandecc - switch OMAP3 NAND ECC calculation algorithm\n",
  331 + "switch OMAP3 NAND ECC calculation algorithm",
332 332 "[hw/sw] - Switch between NAND hardware (hw) or software (sw) ecc algorithm"
333 333 );
334 334