X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cmd%2Fgpt.c;h=0c4349f4b2494a2bc6a4045e3eca62ee278b1691;hb=ba742b839c524f7723799d750a540ad3fe70ca7f;hp=638870352f406d11f5738f6739a2d6731c26468b;hpb=83d290c56fab2d38cd1ab4c4cc7099559c1d5046;p=oweals%2Fu-boot.git diff --git a/cmd/gpt.c b/cmd/gpt.c index 638870352f..0c4349f4b2 100644 --- a/cmd/gpt.c +++ b/cmd/gpt.c @@ -11,6 +11,7 @@ */ #include +#include #include #include #include @@ -876,21 +877,21 @@ U_BOOT_CMD(gpt, CONFIG_SYS_MAXARGS, 1, do_gpt, " Example usage:\n" " gpt write mmc 0 $partitions\n" " gpt verify mmc 0 $partitions\n" - " read \n" - " - read GPT into a data structure for manipulation\n" - " guid \n" + " gpt guid \n" " - print disk GUID\n" - " guid \n" + " gpt guid \n" " - set environment variable to disk GUID\n" " Example usage:\n" " gpt guid mmc 0\n" " gpt guid mmc 0 varname\n" #ifdef CONFIG_CMD_GPT_RENAME "gpt partition renaming commands:\n" - "gpt swap \n" + " gpt read \n" + " - read GPT into a data structure for manipulation\n" + " gpt swap \n" " - change all partitions named name1 to name2\n" " and vice-versa\n" - "gpt rename \n" + " gpt rename \n" " - rename the specified partition\n" " Example usage:\n" " gpt swap mmc 0 foo bar\n"