1
0
Fork 0

gpt: doc: Update gpt command's help description

Signed-off-by: Lukasz Majewski <l.majewski@majess.pl>
Reviewed-by: Tom Rini <trini@konsulko.com>
utp
Lukasz Majewski 2015-11-13 07:42:10 +01:00 committed by Tom Rini
parent dd445879f7
commit 74f889b039
1 changed files with 5 additions and 2 deletions

View 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, U_BOOT_CMD(gpt, CONFIG_SYS_MAXARGS, 1, do_gpt,
"GUID Partition Table", "GUID Partition Table",
"<command> <interface> <dev> <partitions_list>\n" "<command> <interface> <dev> <partitions_list>\n"
" - GUID partition table restoration\n" " - GUID partition table restoration and validity check\n"
" Restore GPT information on a device connected\n" " Restore or verify GPT information on a device connected\n"
" to interface\n" " to interface\n"
" Example usage:\n"
" gpt write mmc 0 $partitions\n"
" gpt verify mmc 0 $partitions\n"
); );