kpartx: document "-g"
Signed-Off-By: Guido Guenther <agx@sigxcpu.org>
diff --git a/kpartx/kpartx.8 b/kpartx/kpartx.8
index 87b07ce..c61f312 100644
--- a/kpartx/kpartx.8
+++ b/kpartx/kpartx.8
@@ -26,6 +26,9 @@ List partition mappings that would be added -a
.B -p
set device name-partition number delimiter
.TP
+.B -g
+force GUID partition table (GPT)
+.TP
.B -v
Operate verbosely
.SH "SEE ALSO"
diff --git a/kpartx/kpartx.c b/kpartx/kpartx.c
index 72ca81d..6d64e30 100644
--- a/kpartx/kpartx.c
+++ b/kpartx/kpartx.c
@@ -95,6 +95,7 @@ usage(void) {
printf(" -d del partition devmappings
");
printf(" -l list partitions devmappings that would be added by -a
");
printf(" -p set device name-partition number delimiter
");
+ printf(" -g force GUID partition table (GPT)
");
printf(" -v verbose
");
return 1;
}
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
|