]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_strings.c
USB Consolidate descriptor definitions
[u-boot] / common / cmd_strings.c
index 6f0cbca1a028926eb250e25a913b38469b0a837b..3a0d8ff43adbaa3e8a6fdb38023c4ea9a927fa61 100644 (file)
@@ -41,6 +41,7 @@ int do_strings(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 }
 
 U_BOOT_CMD(strings, 3, 1, do_strings,
-       "strings - display strings\n",
+       "display strings",
        "<addr> [byte count]\n"
-       "    - display strings at <addr> for at least [byte count] or first double NUL\n");
+       "    - display strings at <addr> for at least [byte count] or first double NUL"
+);