X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fcmd_ext2.c;h=6657ef5ca4797c108d77d7e34307148cdfd4252f;hb=c0aebb3382133c99bc458d96b562703dae4ae928;hp=9e82f49da70a5a5ff5881f30873ba8f6e621455f;hpb=0e350f81e1ca7d103fd9685725f9c4b0d9e80632;p=u-boot 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", - " [addr] [filename] [bytes]\n" + " [ [addr [filename [bytes [pos]]]]]\n" " - load binary file 'filename' from 'dev' on 'interface'\n" " to address 'addr' from ext2 filesystem." )