From 2a72dcce243519a36d88d26ab95cf104ac4d700e Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Tue, 29 Jul 2014 12:37:25 +0200 Subject: [PATCH] ext4load: fix help text Fix ext4load help text. Signed-off-by: Pavel Machek --- common/cmd_ext4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/cmd_ext4.c b/common/cmd_ext4.c index 6d75dd2b89..ecfc6d3c9b 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", - " [addr] [filename] [bytes]\n" + " [ [addr [filename [bytes [pos]]]]]\n" " - load binary file 'filename' from 'dev' on 'interface'\n" " to address 'addr' from ext4 filesystem"); -- 2.39.5