From 32cbd7ca0d90d0013f92f64c3c5755ebed2fb960 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 29 Jan 2014 08:19:32 +0000 Subject: [PATCH] make-fs: Remove warning from man page about lone --partition argument. C's getopt_long has no problem with this. --- make-fs/virt-make-fs.pod | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/make-fs/virt-make-fs.pod b/make-fs/virt-make-fs.pod index 8f0e57e93..681790904 100644 --- a/make-fs/virt-make-fs.pod +++ b/make-fs/virt-make-fs.pod @@ -194,18 +194,6 @@ image. You can change the partition table type, eg. I<--partition=gpt> for large disks. -Note that if you just use a lonesome I<--partition>, the option parser -might consider the next parameter to be the partition type. For -example: - - virt-make-fs --partition input.tar output.img - -would cause virt-make-fs to think you wanted to use a partition type -of C which is completely wrong. To avoid this, use I<--> -(a double dash) between options and the input and output arguments: - - virt-make-fs --partition -- input.tar output.img - For MBR, virt-make-fs sets the partition type byte automatically. =item B<-v>