[U-Boot] [PATCH 1/4] cmd_part: fix type in part command help text
Pantelis Antoniou
panto at antoniou-consulting.com
Fri May 23 11:02:27 CEST 2014
Hi Stephen,
On May 7, 2014, at 9:19 PM, Stephen Warren wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> All the sub-commands start with the main command anme, but it was
anme=name
> missing from one of the help texts.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
> 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 14248548d9fe..c84bc27b4042 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 <interface> <dev>:<part>\n"
> + "part uuid <interface> <dev>:<part>\n"
> " - print partition UUID\n"
> "part uuid <interface> <dev>:<part> <varname>\n"
> " - set environment variable to partition UUID\n"
> --
> 1.8.1.5
>
Fixed typos and applied.
Thanks
-- Pantelis
Acked-by: Pantelis Antoniou <panto at antoniou-consulting.com>
More information about the U-Boot
mailing list