]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_ext2.c
usb: dwc3: add dwc3 folder from linux kernel to u-boot
[people/ms/u-boot.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."
 )