]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
gpt: doc: Update gpt command's help description
authorLukasz Majewski <l.majewski@majess.pl>
Fri, 13 Nov 2015 06:42:10 +0000 (07:42 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 23 Nov 2015 16:01:46 +0000 (11:01 -0500)
Signed-off-by: Lukasz Majewski <l.majewski@majess.pl>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/cmd_gpt.c

index 6bea2c7c3ab61761e0c5dc7891b350d8d8915847..12419b6fc721e7423bd1341c1ac9a10c91450a46 100644 (file)
@@ -367,7 +367,10 @@ static int do_gpt(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 U_BOOT_CMD(gpt, CONFIG_SYS_MAXARGS, 1, do_gpt,
        "GUID Partition Table",
        "<command> <interface> <dev> <partitions_list>\n"
-       " - GUID partition table restoration\n"
-       " Restore GPT information on a device connected\n"
+       " - GUID partition table restoration and validity check\n"
+       " Restore or verify GPT information on a device connected\n"
        " to interface\n"
+       " Example usage:\n"
+       " gpt write mmc 0 $partitions\n"
+       " gpt verify mmc 0 $partitions\n"
 );