]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_ximg.c
Command usage cleanup
[people/ms/u-boot.git] / common / cmd_ximg.c
index 2753389eaee4c93c5bbc998cdc457673ccdc3baa..a45d2480e29af8684a6bc4c085abb218706f1da7 100644 (file)
@@ -180,7 +180,7 @@ do_imgextract(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
 }
 
 U_BOOT_CMD(imxtract, 4, 1, do_imgextract,
-          "imxtract- extract a part of a multi-image\n",
+          "extract a part of a multi-image",
           "addr part [dest]\n"
           "    - extract <part> from legacy image at <addr> and copy to <dest>\n"
 #if defined(CONFIG_FIT)