mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] parted: add partition type msdos to help text
@ 2025-02-28  9:48 Sascha Hauer
  2025-02-28 10:58 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Sascha Hauer @ 2025-02-28  9:48 UTC (permalink / raw)
  To: Barebox List

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.hauer@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-28 11:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-28  9:48 [PATCH] parted: add partition type msdos to help text Sascha Hauer
2025-02-28 10:58 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox