]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
cmd_part: fix typo in part command help text
authorStephen Warren <swarren@nvidia.com>
Wed, 7 May 2014 18:19:00 +0000 (12:19 -0600)
committerPantelis Antoniou <panto@antoniou-consulting.com>
Fri, 23 May 2014 09:00:18 +0000 (12:00 +0300)
All the sub-commands start with the main command name, but it was
missing from one of the help texts.

<panto> typos fix.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Tom Rini <trini@ti.com>
Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
common/cmd_part.c

index 14248548d9fede555a90902d84a4787ab7cbf10f..c84bc27b40428225ff564c658ab8e6e40f949319 100644 (file)
@@ -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"