28 lines
892 B
Diff
28 lines
892 B
Diff
|
From 9cedbf00c8166be81e7bab9b278522f9803f6758 Mon Sep 17 00:00:00 2001
|
||
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
||
|
Date: Mon, 8 Jul 2024 10:03:19 +0100
|
||
|
Subject: [PATCH] docs: Update -oo "?" example to use libvirt instead of RHV
|
||
|
mode
|
||
|
|
||
|
---
|
||
|
docs/virt-v2v.pod | 6 +++++-
|
||
|
1 file changed, 5 insertions(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/docs/virt-v2v.pod b/docs/virt-v2v.pod
|
||
|
index bc946dc1..b53face6 100644
|
||
|
--- a/docs/virt-v2v.pod
|
||
|
+++ b/docs/virt-v2v.pod
|
||
|
@@ -589,7 +589,11 @@ the output name is the same as the input name.
|
||
|
Set output option(s) related to the current output mode.
|
||
|
To display short help on what options are available you can use:
|
||
|
|
||
|
- virt-v2v -o rhv-upload -oo "?"
|
||
|
+ $ virt-v2v -o libvirt -oo "?"
|
||
|
+ Output options that can be used with -o libvirt:
|
||
|
+
|
||
|
+ -oo compressed Compress the output file (used only with
|
||
|
+ -of qcow2)
|
||
|
|
||
|
=item B<-oo compressed>
|
||
|
|