From 0c316a505ba822c3988db26d0ba6f6061289867d Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Sat, 5 Feb 2022 20:56:45 +0000 Subject: [PATCH] mmc-utils: manpage: Document -c option for partitioning commands The 'continue' option was added in commit 752072dafe9c ("Add -c option for partitioning commands). Signed-off-by: Marius Strobl Reviewed-by: Avri Altman Link: https://lore.kernel.org/r/20220205205647.7677-1-marius@FreeBSD.org Signed-off-by: Ulf Hansson --- man/mmc.1 | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/man/mmc.1 b/man/mmc.1 index bdb6f09..bccabf3 100644 --- a/man/mmc.1 +++ b/man/mmc.1 @@ -30,21 +30,24 @@ This sets the eMMC to be write-protected until next boot. Set the eMMC data sector size to 4KB by disabling emulation on . .TP -.BR "gp create <-y|-n> " +.BR "gp create <-y|-n|-c> " create general purpose partition for the . -Dry-run only unless -y is passed. +Dry-run only unless -y or -c is passed. +Use -c if more partitioning settings are still to come. To set enhanced attribute to general partition being created set to 1 else set it to 0. To set extended attribute to general partition set to 1,2 else set it to 0. NOTE! This is a one-time programmable (unreversible) change. .TP -.BR "enh_area set <-y|-n> " +.BR "enh_area set <-y|-n|-c> " Enable the enhanced user area for the . -Dry-run only unless -y is passed. +Dry-run only unless -y or -c is passed. +Use -c if more partitioning settings are still to come. NOTE! This is a one-time programmable (unreversible) change. .TP -.BR "write_reliability set <-y|-n> " +.BR "write_reliability set <-y|-n|-c> " Enable write reliability per partition for the . -Dry-run only unless -y is passed. +Dry-run only unless -y or -c is passed. +Use -c if more partitioning settings are still to come. NOTE! This is a one-time programmable (unreversible) change. .TP .BR "status get "