diff options
author | Pavel Machek <pavel@denx.de> | 2014-07-09 22:40:07 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-07-22 07:44:25 -0400 |
commit | 6b367467f154f03e154ade92125ae003083aaf7f (patch) | |
tree | 3a012b16ace65010106ced76d6baa8848ea8ca71 /common/cmd_ext2.c | |
parent | 9d16e93dc25025b29d3450537d180fd6e7c72e00 (diff) |
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_ext2.c')
-rw-r--r-- | common/cmd_ext2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_ext2.c b/common/cmd_ext2.c index 9e82f49da7..6657ef5ca4 100644 --- a/common/cmd_ext2.c +++ b/common/cmd_ext2.c @@ -45,7 +45,7 @@ U_BOOT_CMD( U_BOOT_CMD( ext2load, 6, 0, do_ext2load, "load binary file from a Ext2 filesystem", - "<interface> <dev[:part]> [addr] [filename] [bytes]\n" + "<interface> [<dev[:part]> [addr [filename [bytes [pos]]]]]\n" " - load binary file 'filename' from 'dev' on 'interface'\n" " to address 'addr' from ext2 filesystem." ) |