From: Joshua Watt Date: Thu, 31 Aug 2023 16:51:34 +0000 (-0600) Subject: cmd: gpt: Remove confusing help text X-Git-Tag: v2023.10~21^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1fa11cdcfebe7f2477ad383971b5abbe3525a015;p=platform%2Fkernel%2Fu-boot.git cmd: gpt: Remove confusing help text This help text appears to be a fragment of the text shown when CONFIG_CMD_GPT_RENAME is enabled, but is confusing so remove it. Signed-off-by: Joshua Watt Reviewed-by: Heinrich Schuchardt --- diff --git a/cmd/gpt.c b/cmd/gpt.c index 964056b..fe9e066 100644 --- a/cmd/gpt.c +++ b/cmd/gpt.c @@ -1060,8 +1060,6 @@ U_BOOT_CMD(gpt, CONFIG_SYS_MAXARGS, 1, do_gpt, " gpt_partition_name, gpt_partition_entry\n" " gpt enumerate mmc 0\n" " - store list of partitions to gpt_partition_list environment variable\n" - " read \n" - " - read GPT into a data structure for manipulation\n" " gpt guid \n" " - print disk GUID\n" " gpt guid \n"