]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_strings.c
General help message cleanup
[people/ms/u-boot.git] / common / cmd_strings.c
index 4517ba29e715b4a522318d073ae475be747ca565..3a0d8ff43adbaa3e8a6fdb38023c4ea9a927fa61 100644 (file)
@@ -43,4 +43,5 @@ int do_strings(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 U_BOOT_CMD(strings, 3, 1, do_strings,
        "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"
+);