diff --git a/virt-convert b/virt-convert index 98cb6fb6..f40aceb2 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"