]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/cmd_bmp.h
* LWMON extensions:
[karo-tx-uboot.git] / include / cmd_bmp.h
index 1f7157845d3d332ee848a60f7d50771263e964a6..2b66617a68a997743df5e9cda08a258dc836abf4 100644 (file)
@@ -32,7 +32,7 @@
 #define CMD_TBL_BMP    MK_CMD_TBL_ENTRY(                               \
        "bmp", 3,       3,      1,      do_bmp,                         \
        "bmp     - manipulate BMP image data\n",                        \
-       "\nbmp info <imageAddr>    - display image info\n"              \
+       "info <imageAddr>    - display image info\n"                    \
        "bmp display <imageAddr> - display image\n"                     \
 ),
 int do_bmp (cmd_tbl_t *cmdtp,  int flag, int argc, char *argv[]);