X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Fcmd_strings.c;h=2986324bc0185849826d85d8700dc2e2b0743cd9;hb=aa2bcf4be5b97f41ed1a10b5cfe68442cd588fb8;hp=144a6c18d7eed900d81bab6c3ac3e72d11a22ae0;hpb=9efac4a1eb99d9c5539aa6992025eeacab7980c6;p=oweals%2Fu-boot.git diff --git a/common/cmd_strings.c b/common/cmd_strings.c index 144a6c18d7..2986324bc0 100644 --- a/common/cmd_strings.c +++ b/common/cmd_strings.c @@ -38,7 +38,8 @@ int do_strings(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) return 0; } -U_BOOT_CMD(strings, 3, 1, do_strings, +U_BOOT_CMD( + strings, 3, 1, do_strings, "display strings", " [byte count]\n" " - display strings at for at least [byte count] or first double NUL"