]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: gpt: Remove confusing help text
authorJoshua Watt <jpewhacker@gmail.com>
Thu, 31 Aug 2023 16:51:34 +0000 (10:51 -0600)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 2 Sep 2023 07:43:49 +0000 (09:43 +0200)
commitf3c7317e482ec5dbd07698f34836627a51c28870
tree8f97567246e50c9e088328d822080c2a2cfefede
parent551415ab678d3160c4e97577d64f8ab4ea2fbabb
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 <JPEWhacker@gmail.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
cmd/gpt.c