From 6b367467f154f03e154ade92125ae003083aaf7f Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 9 Jul 2014 22:40:07 +0200 Subject: 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 Reviewed-by: Marek Vasut --- common/cmd_ext2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/cmd_ext2.c') diff --git a/common/cmd_ext2.c b/common/cmd_ext2.c index 9e82f49..6657ef5 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", - " [addr] [filename] [bytes]\n" + " [ [addr [filename [bytes [pos]]]]]\n" " - load binary file 'filename' from 'dev' on 'interface'\n" " to address 'addr' from ext2 filesystem." ) -- cgit v1.1