diff options
author | Pavel Machek | 2014-07-29 12:37:25 +0200 |
---|---|---|
committer | Tom Rini | 2014-08-09 11:17:03 -0400 |
commit | 2a72dcce243519a36d88d26ab95cf104ac4d700e (patch) | |
tree | 9d6bc9e9e230de9565d6dd5c28f32ef39943036b /common/cmd_ext4.c | |
parent | 960c3cac7f2b4b667dc835402045f9af428c5451 (diff) |
ext4load: fix help text
Fix ext4load help text.
Signed-off-by: Pavel Machek <pavel@denx.de>
Diffstat (limited to 'common/cmd_ext4.c')
-rw-r--r-- | common/cmd_ext4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_ext4.c b/common/cmd_ext4.c index 6d75dd2b89c..ecfc6d3c9bb 100644 --- a/common/cmd_ext4.c +++ b/common/cmd_ext4.c @@ -134,6 +134,6 @@ U_BOOT_CMD(ext4ls, 4, 1, do_ext4_ls, U_BOOT_CMD(ext4load, 6, 0, do_ext4_load, "load binary file from a Ext4 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 ext4 filesystem"); |