diff options
author | Guido Guenther <agx@sigxcpu.org> | 2007-11-26 16:20:16 +0100 |
---|---|---|
committer | Christophe Varoqui <christophe.varoqui@free.fr> | 2007-11-26 23:04:16 +0100 |
commit | a1614eaa1b053ab73a8d48d7967b7836fe9bb43d (patch) | |
tree | 04ce121051b1be319e47b8abe057e00e705ac246 /kpartx | |
parent | 0c858203d190690ad46beaa7d9a187260533f7d3 (diff) | |
download | multipath-tools-a1614eaa1b053ab73a8d48d7967b7836fe9bb43d.tar.gz multipath-tools-a1614eaa1b053ab73a8d48d7967b7836fe9bb43d.tar.bz2 multipath-tools-a1614eaa1b053ab73a8d48d7967b7836fe9bb43d.zip |
kpartx: document "-g"
Signed-Off-By: Guido Guenther <agx@sigxcpu.org>
Diffstat (limited to 'kpartx')
-rw-r--r-- | kpartx/kpartx.8 | 3 | ||||
-rw-r--r-- | kpartx/kpartx.c | 1 |
2 files changed, 4 insertions, 0 deletions
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; } |