Re: [U-Boot] [PATCH 3/4] cmd: gpt: fix and tidy up help message

2019-04-30 Thread Heinrich Schuchardt
On 4/30/19 4:53 AM, Eugeniu Rosca wrote: Apply the following changes: - Guard the 'gpt read' command by 'ifdef CONFIG_CMD_GPT_RENAME', since 'gpt read' is not available on CMD_GPT_RENAME=n - Prefix the {read,swap,rename} commands with one space for consistency - Prefix the 'guid'

[U-Boot] [PATCH 3/4] cmd: gpt: fix and tidy up help message

2019-04-29 Thread Eugeniu Rosca
Apply the following changes: - Guard the 'gpt read' command by 'ifdef CONFIG_CMD_GPT_RENAME', since 'gpt read' is not available on CMD_GPT_RENAME=n - Prefix the {read,swap,rename} commands with one space for consistency - Prefix the 'guid' commands with 'gpt' for consistency Signed-off-by: