]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
cmd_part: fix usage text
authormaxin.john@enea.com <maxin.john@enea.com>
Mon, 27 Apr 2015 23:44:58 +0000 (01:44 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 10 May 2015 11:29:38 +0000 (07:29 -0400)
Fix the usage info from:
part part uuid <interface> <dev>:<part>
to
part uuid <interface> <dev>:<part>

Signed-off-by: Maxin B. John <maxin.john@enea.com>
Reviewed-By: Sjoerd Simons <sjoerd.simons@collabora.co.uk
common/cmd_part.c

index d04588ec22c727afe805bbb7db1f7a851f81a6fa..8483c1230d583fd074dc185b7b0891b728cc30a4 100644 (file)
@@ -128,7 +128,7 @@ static int do_part(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 U_BOOT_CMD(
        part,   CONFIG_SYS_MAXARGS,     1,      do_part,
        "disk partition related commands",
-       "part uuid <interface> <dev>:<part>\n"
+       "uuid <interface> <dev>:<part>\n"
        "    - print partition UUID\n"
        "part uuid <interface> <dev>:<part> <varname>\n"
        "    - set environment variable to partition UUID\n"