summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@majess.pl>2015-11-13 07:42:10 +0100
committerTom Rini <trini@konsulko.com>2015-11-23 11:01:46 -0500
commit74f889b039b3a73bbe76663175527fdabebd3702 (patch)
treed62c103387109e21b656ff9030e22cb758c3288c
parentdd445879f712b350b92d1200015a17a401284a37 (diff)
downloadblackbird-obmc-uboot-74f889b039b3a73bbe76663175527fdabebd3702.tar.gz
blackbird-obmc-uboot-74f889b039b3a73bbe76663175527fdabebd3702.zip
gpt: doc: Update gpt command's help description
Signed-off-by: Lukasz Majewski <l.majewski@majess.pl> Reviewed-by: Tom Rini <trini@konsulko.com>
-rw-r--r--common/cmd_gpt.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/common/cmd_gpt.c b/common/cmd_gpt.c
index 6bea2c7c3a..12419b6fc7 100644
--- a/common/cmd_gpt.c
+++ b/common/cmd_gpt.c
@@ -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"
);
OpenPOWER on IntegriCloud