提交 852dbfdd 编写于 作者: M Mike Frysinger 提交者: Wolfgang Denk

more command usage cleanup

Fix up a few dangling commands like in "Command usage cleanup" commit.
Signed-off-by: NMike Frysinger <vapier@gentoo.org>
上级 b93b24bf
......@@ -166,7 +166,7 @@ int do_mmcops(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
U_BOOT_CMD(
mmc, 6, 1, do_mmcops,
"mmc - MMC sub system\n",
"MMC sub system",
"mmc read <device num> addr blk# cnt\n"
"mmc write <device num> addr blk# cnt\n"
"mmc rescan <device num>\n"
......
......@@ -118,15 +118,15 @@ int do_ubifs_load(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
U_BOOT_CMD(
ubifsmount, 2, 0, do_ubifs_mount,
"ubifsmount- mount UBIFS volume\n",
"mount UBIFS volume",
"\n");
U_BOOT_CMD(ubifsls, 2, 0, do_ubifs_ls,
"ubifsls - list files in a directory\n",
"list files in a directory",
"[directory]\n"
" - list files in a 'directory' (default '/')\n");
U_BOOT_CMD(ubifsload, 4, 0, do_ubifs_load,
"ubifsload- load file from an UBIFS filesystem\n",
"load file from an UBIFS filesystem",
"<addr> <filename> [bytes]\n"
" - load file 'filename' to address 'addr'\n");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册