From: Chen Hanxiao <[email protected]> s/desc =_/desc = _/
Signed-off-by: Chen Hanxiao <[email protected]> --- Note: pushed as trivial. virt-convert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virt-convert b/virt-convert index 98cb6fb..f40aceb 100755 --- a/virt-convert +++ b/virt-convert @@ -44,7 +44,7 @@ from virtconv import VirtConverter ##################### def parse_args(): - desc =_( + desc = _( "Convert an OVF or VMX appliance to native libvirt XML, and run " "the guest.\nThe VM contents are not altered. Disk images are " "copied to the hypervisor\ndefault storage location.\n\n" -- 1.8.4.2 _______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
