From 3db47cb5d27e7f602cd31c40e31a6cf97f9921b9 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Mon, 31 May 2010 00:24:51 +1000 Subject: [PATCH] Add --source-format argument to virsh pool-define-as and pool-create-as This is the corresponding patch for the virsh man page (virsh.pod). --- tools/virsh.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index 495bb46791..422ae7fd05 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -672,7 +672,7 @@ Build a given pool. Create and start a pool object from the XML I. =item B I I<--print-xml> I optional I -I I I +I I I I<--source-format format> Create and start a pool object I from the raw parameters. If I<--print-xml> is specified, then print the XML of the pool object @@ -684,7 +684,7 @@ I. Create, but do not start, a pool object from the XML I. =item B I I<--print-xml> I optional I -I I I +I I I I<--source-format format> Create, but do not start, a pool object I from the raw parameters. If I<--print-xml> is specified, then print the XML of the pool object -- GitLab