]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_display.c
common/image.c: Relocate strings in tables.
[u-boot] / common / cmd_display.c
index 982e09dab62362dd3d5809e00410052ef780a983..4102424d148d74e937dc243680a6c95e2578e127 100644 (file)
@@ -71,7 +71,7 @@ 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"