27 lines
		
	
	
		
			932 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			932 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 900641084045a53f9c59e099e7d49dbb43bda3eb Mon Sep 17 00:00:00 2001
 | |
| From: "Richard W.M. Jones" <rjones@redhat.com>
 | |
| 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)
 | |
| ---
 | |
|  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).
 |