From 8210a343cd1eb586b72ff396563db15bffed25c5 Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Wed, 7 May 2014 12:19:00 -0600 Subject: [PATCH] cmd_part: fix typo in part command help text All the sub-commands start with the main command name, but it was missing from one of the help texts. typos fix. Signed-off-by: Stephen Warren Acked-by: Tom Rini Acked-by: Pantelis Antoniou --- common/cmd_part.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/cmd_part.c b/common/cmd_part.c index 1424854..c84bc27 100644 --- a/common/cmd_part.c +++ b/common/cmd_part.c @@ -82,7 +82,7 @@ int do_part(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) U_BOOT_CMD( part, 5, 1, do_part, "disk partition related commands", - "uuid :\n" + "part uuid :\n" " - print partition UUID\n" "part uuid : \n" " - set environment variable to partition UUID\n"