No change in the code or the command line, this is just documenting
that -oc is not specifically a libvirt URI.
---
v2v/cmdline.ml | 2 +-
v2v/virt-v2v.pod | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/v2v/cmdline.ml b/v2v/cmdline.ml
index 059804431..fceda1f82 100644
--- a/v2v/cmdline.ml
+++ b/v2v/cmdline.ml
@@ -210,7 +210,7 @@ let parse_cmdline () =
[ M"oa" ], Getopt.String ("sparse|preallocated",
set_output_alloc),
s_"Set output allocation mode";
[ M"oc" ], Getopt.String ("uri", set_string_option_once
"-oc" output_conn),
- s_"Libvirt URI";
+ s_"Output hypervisor connection";
[ M"of" ], Getopt.String ("raw|qcow2",
set_string_option_once "-of" output_format),
s_"Set output format";
[ M"on" ], Getopt.String ("name", set_string_option_once
"-on" output_name),
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
index 4e75995d0..31d88ef4b 100644
--- a/v2v/virt-v2v.pod
+++ b/v2v/virt-v2v.pod
@@ -550,13 +550,13 @@ This mode is only used when virt-v2v runs under VDSM control.
Set the output file allocation mode. The default is C<sparse>.
-=item B<-oc> libvirtURI
+=item B<-oc> URI
-Specify a libvirt connection to use when writing the converted guest.
-This is only used when S<I<-o libvirt>>. See L</OUTPUT TO LIBVIRT>
below.
+Specify a connection URI to use when writing the converted guest.
-Only local libvirt connections can be used. Remote libvirt
-connections will not work.
+For S<I<-o libvirt>> this is the libvirt URI. Only local libvirt
+connections can be used. Remote libvirt connections will not work.
+See L</OUTPUT TO LIBVIRT> below for further information.
=item B<-of> format
--
2.13.2