]> xenbits.xensource.com Git - libvirt.git/commitdiff
Add --source-format argument to virsh pool-define-as and pool-create-as
authorJustin Clift <justin@salasaga.org>
Sun, 30 May 2010 14:24:51 +0000 (00:24 +1000)
committerEric Blake <eblake@redhat.com>
Tue, 1 Jun 2010 22:58:00 +0000 (16:58 -0600)
This is the corresponding patch for the virsh man page (virsh.pod).

tools/virsh.pod

index 495bb46791492e209895fca68fe713b2d12c84fb..422ae7fd05a6e01ac5e6663b180426d5964c745f 100644 (file)
@@ -672,7 +672,7 @@ Build a given pool.
 Create and start a pool object from the XML I<file>.
 
 =item B<pool-create-as> I<name> I<--print-xml> I<type> optional I<source-host>
-I<source-path> I<source-dev> I<source-name> <target>
+I<source-path> I<source-dev> I<source-name> <target> I<--source-format format>
 
 Create and start a pool object I<name> from the raw parameters.  If
 I<--print-xml> is specified, then print the XML of the pool object
@@ -684,7 +684,7 @@ I<type>.
 Create, but do not start, a pool object from the XML I<file>.
 
 =item B<pool-define-as> I<name> I<--print-xml> I<type> optional I<source-host>
-I<source-path> I<source-dev> I<source-name> <target>
+I<source-path> I<source-dev> I<source-name> <target> I<--source-format format>
 
 Create, but do not start, a pool object I<name> from the raw parameters.  If
 I<--print-xml> is specified, then print the XML of the pool object