Skip to content
Snippets Groups Projects
Commit d1424ee5 authored by Benoît Thébaudeau's avatar Benoît Thébaudeau Committed by Andy Fleming
Browse files

mmcinfo: Fix help message


Signed-off-by: default avatarBenoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Andy Fleming <afleming@gmail.com>
Signed-off-by: default avatarAndy Fleming <afleming@freescale.com>
parent 6bb4b4bc
No related branches found
No related tags found
No related merge requests found
...@@ -144,8 +144,7 @@ int do_mmcinfo (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) ...@@ -144,8 +144,7 @@ int do_mmcinfo (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
U_BOOT_CMD( U_BOOT_CMD(
mmcinfo, 1, 0, do_mmcinfo, mmcinfo, 1, 0, do_mmcinfo,
"display MMC info", "display MMC info",
" - device number of the device to dislay info of\n" "- dislay info of the current MMC device"
""
); );
int do_mmcops(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) int do_mmcops(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
......
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