Skip to content
Snippets Groups Projects
Commit 9d90a93d authored by Frans Meulenbroeks's avatar Frans Meulenbroeks Committed by Wolfgang Denk
Browse files

cmd_mmc remove \n


This patch removes the \n after the help message for mmcinfo.
This resulted in an empty line being displayed after the mmcinfo line
when the help command was given.

Signed-off-by: default avatarFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
parent 67c7189d
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ int do_mmcinfo (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
}
U_BOOT_CMD(mmcinfo, 2, 0, do_mmcinfo,
"mmcinfo <dev num>-- display MMC info\n",
"mmcinfo <dev num>-- display MMC info",
""
);
......
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