[Pkg-libvirt-commits] [libguestfs] 165/233: make-fs: Remove warning from man page about lone --partition argument.

Hilko Bengen bengen at moszumanska.debian.org
Wed Feb 19 21:11:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 32cbd7ca0d90d0013f92f64c3c5755ebed2fb960
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Jan 29 08:19:32 2014 +0000

    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 8f0e57e..6817909 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<input.tar> 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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list