Partition type can be either "gpt" or "msdos", but only the former was
listed in the help text. Add the latter.

Signed-off-by: Sascha Hauer <s.ha...@pengutronix.de>
---
 commands/parted.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/parted.c b/commands/parted.c
index 6af18cdc57..68b056a075 100644
--- a/commands/parted.c
+++ b/commands/parted.c
@@ -359,7 +359,7 @@ BAREBOX_CMD_HELP_OPT ("refresh", "refresh a partition 
table")
 BAREBOX_CMD_HELP_TEXT("")
 BAREBOX_CMD_HELP_TEXT("<unit> can be one of \"s\" (sectors), \"B\" (bytes), 
\"kB\", \"MB\", \"GB\", \"TB\",")
 BAREBOX_CMD_HELP_TEXT("\"KiB\", \"MiB\", \"GiB\" or \"TiB\"")
-BAREBOX_CMD_HELP_TEXT("<type> must be \"gpt\"")
+BAREBOX_CMD_HELP_TEXT("<type> must be \"gpt\" or \"msdos\"")
 BAREBOX_CMD_HELP_TEXT("<fstype> can be one of  \"ext2\", \"ext3\", \"ext4\", 
\"fat16\", \"fat32\" or \"bbenv\"")
 BAREBOX_CMD_HELP_TEXT("<name> for MBR partition tables can be one of 
\"primary\", \"extended\" or")
 BAREBOX_CMD_HELP_TEXT("\"logical\". For GPT this is a name string.")
-- 
2.39.5


Reply via email to