]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_ximg.c
Merge branch 'master' of git://git.denx.de/u-boot-ubi
[karo-tx-uboot.git] / common / cmd_ximg.c
index 2753389eaee4c93c5bbc998cdc457673ccdc3baa..5593b2d24b7ab8f417cea3f4dc511320df9e5240 100644 (file)
@@ -180,11 +180,12 @@ 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",
-          "addr part [dest]\n"
-          "    - extract <part> from legacy image at <addr> and copy to <dest>\n"
+       "extract a part of a multi-image",
+       "addr part [dest]\n"
+       "    - extract <part> from legacy image at <addr> and copy to <dest>"
 #if defined(CONFIG_FIT)
-          "addr uname [dest]\n"
-          "    - extract <uname> subimage from FIT image at <addr> and copy to <dest>\n"
+       "\n"
+       "addr uname [dest]\n"
+       "    - extract <uname> subimage from FIT image at <addr> and copy to <dest>"
 #endif
 );