]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_display.c
mtdparts: fix write through NULL pointer
[karo-tx-uboot.git] / common / cmd_display.c
index 982e09dab62362dd3d5809e00410052ef780a983..34223952ee62b3089504955a75c398a5722eb81b 100644 (file)
@@ -71,8 +71,8 @@ int do_display (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 
 U_BOOT_CMD(
        display,        CONFIG_SYS_MAXARGS,     1,      do_display,
-       "display- display string on dot matrix display\n",
+       "display string on dot matrix display",
        "[<string>]\n"
        "    - with <string> argument: display <string> on dot matrix display\n"
-       "    - without arguments: clear dot matrix display\n"
+       "    - without arguments: clear dot matrix display"
 );