diff options
Diffstat (limited to 'common/cmd_ximg.c')
| -rw-r--r-- | common/cmd_ximg.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_ximg.c b/common/cmd_ximg.c index 2753389ea..a45d2480e 100644 --- a/common/cmd_ximg.c +++ b/common/cmd_ximg.c @@ -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) |