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

2019-05-07 Thread Lukasz Majewski
On Thu, 2 May 2019 14:27:05 +0200 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 > - Pr

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

2019-05-02 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: E