diff options
Diffstat (limited to 'common/cmd_strings.c')
-rw-r--r-- | common/cmd_strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_strings.c b/common/cmd_strings.c index 6f0cbca1a02..4517ba29e71 100644 --- a/common/cmd_strings.c +++ b/common/cmd_strings.c @@ -41,6 +41,6 @@ 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"); |