summaryrefslogtreecommitdiffstats
path: root/common/cmd_fat.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@denx.de>2014-07-09 22:40:07 +0200
committerTom Rini <trini@ti.com>2014-07-22 07:44:25 -0400
commit6b367467f154f03e154ade92125ae003083aaf7f (patch)
tree3a012b16ace65010106ced76d6baa8848ea8ca71 /common/cmd_fat.c
parent9d16e93dc25025b29d3450537d180fd6e7c72e00 (diff)
downloadblackbird-obmc-uboot-6b367467f154f03e154ade92125ae003083aaf7f.tar.gz
blackbird-obmc-uboot-6b367467f154f03e154ade92125ae003083aaf7f.zip
Fix help text of ext2load and fatload.
Fix help text of ext2load and fatload to match code in fs/fs.c Signed-off-by: Pavel Machek <pavel@denx.de> Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'common/cmd_fat.c')
-rw-r--r--common/cmd_fat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_fat.c b/common/cmd_fat.c
index fbe33466fc..a478017448 100644
--- a/common/cmd_fat.c
+++ b/common/cmd_fat.c
@@ -27,7 +27,7 @@ int do_fat_fsload (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
U_BOOT_CMD(
fatload, 7, 0, do_fat_fsload,
"load binary file from a dos filesystem",
- "<interface> [<dev[:part]>] <addr> <filename> [bytes [pos]]\n"
+ "<interface> [<dev[:part]> [<addr> [<filename> [bytes [pos]]]]]\n"
" - Load binary file 'filename' from 'dev' on 'interface'\n"
" to address 'addr' from dos filesystem.\n"
" 'pos' gives the file position to start loading from.\n"
OpenPOWER on IntegriCloud