Re: [PATCH 1/6] cmd: gpt: Remove confusing help text

2023-08-23 Thread Simon Glass
On Tue, 15 Aug 2023 at 10:28, Joshua Watt wrote: > > 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 > --- > cmd/gpt.c | 2 -- > 1 file changed, 2 deletions(-) > Reviewed-by: Simon G

Re: [PATCH 1/6] cmd: gpt: Remove confusing help text

2023-08-18 Thread Tom Rini
On Tue, Aug 15, 2023 at 10:26:55AM -0600, Joshua Watt wrote: > 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: Tom Rini -- Tom signature.asc Description: PGP signat

[PATCH 1/6] cmd: gpt: Remove confusing help text

2023-08-15 Thread Joshua Watt
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 --- cmd/gpt.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/gpt.c b/cmd/gpt.c index 007a68eaa7..e6f7b0319a 100644 --- a/cmd/gpt.c