commit | d02660960d78a3d07bdf23dd3b33300779cf74bb | [log] [tgz] |
---|---|---|
author | Eugeniu Rosca <erosca@de.adit-jv.com> | Tue Apr 30 04:53:46 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu May 02 18:17:50 2019 +0200 |
tree | 1625c81a43cf94c3566e328dfda57ff73834a99e | |
parent | 716f919d2da723fae9416ea4ec461c1e29e71de0 [diff] |
cmd: gpt: fix and tidy up help message 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: Eugeniu Rosca <erosca@de.adit-jv.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>