From ee644bada89eb1a00284e8ae3169488aba01b06c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 5 Dec 2024 17:17:25 +0000 Subject: [PATCH] in-place: Fix name of program in the --help output (cherry picked from commit 00bd17ceb1ce0ff1f837b7621596d3b1e16ccc65) (cherry picked from commit 900641084045a53f9c59e099e7d49dbb43bda3eb) --- in-place/in_place.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/in-place/in_place.ml b/in-place/in_place.ml index 9d24de78..42075139 100644 --- a/in-place/in_place.ml +++ b/in-place/in_place.ml @@ -194,9 +194,9 @@ let rec main () = Note this program modifies the guest in-place with no backup. Normally you should use virt-v2v. -virt-v2v -i libvirtxml guest-domain.xml +virt-v2v-in-place -i libvirtxml guest-domain.xml -virt-v2v -i disk disk.img +virt-v2v-in-place -i disk disk.img A short summary of the options is given below. For detailed help please read the man page virt-v2v-in-place(1).