]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_ext2.c
dm: gpio: hi6220: Add a hi6220 GPIO driver model driver.
[karo-tx-uboot.git] / common / cmd_ext2.c
index 9e82f49da70a5a5ff5881f30873ba8f6e621455f..6657ef5ca4797c108d77d7e34307148cdfd4252f 100644 (file)
@@ -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."
 )