Skip to content
Snippets Groups Projects
Commit a93c92cd authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Wolfgang Denk
Browse files

help: Correct syntax of nandecc help output.


"nandecc" help output should not reproduce the command name, nor have
a trailing newline.

Signed-off-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
parent c2fff331
No related branches found
No related tags found
No related merge requests found
......@@ -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"
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment