1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

mmcinfo: Fix help message

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Andy Fleming <afleming@gmail.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
This commit is contained in:
Benoît Thébaudeau
2012-08-10 09:07:38 +00:00
committed by Andy Fleming
parent 6bb4b4bc35
commit d1424ee544

View File

@@ -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[])