diff options
| author | Joshua Watt <[email protected]> | 2023-08-31 10:51:34 -0600 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2023-09-02 09:43:49 +0200 |
| commit | 1fa11cdcfebe7f2477ad383971b5abbe3525a015 (patch) | |
| tree | 8f97567246e50c9e088328d822080c2a2cfefede /cmd | |
| parent | b4b7eed4994413f1d02596593b8c4c1143bee142 (diff) | |
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 <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/gpt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/gpt.c b/cmd/gpt.c index 964056bd28b..fe9e06681ce 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 <interface> <dev>\n" - " - read GPT into a data structure for manipulation\n" " gpt guid <interface> <dev>\n" " - print disk GUID\n" " gpt guid <interface> <dev> <varname>\n" |
