[dm-devel] [PATCH 1/3] kpartx: document "-g"

Guido Guenther agx at sigxcpu.org
Mon Nov 26 15:20:16 UTC 2007


Signed-Off-By: Guido Guenther <agx at 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("\t-d del partition devmappings\n");
 	printf("\t-l list partitions devmappings that would be added by -a\n");
 	printf("\t-p set device name-partition number delimiter\n");
+	printf("\t-g force GUID partition table (GPT)\n");
 	printf("\t-v verbose\n");
 	return 1;
 }




More information about the dm-devel mailing list