diff --git a/pvc.py b/pvc.py index 2e57344f..b68c9f05 100755 --- a/pvc.py +++ b/pvc.py @@ -178,7 +178,7 @@ def vm(): help='The XML config file to define the domain from.' ) @click.option( - '-v', '--hypervisor', 'target_hypervisor', default=myhostname, show_default=True, + '-t', '--hypervisor', 'target_hypervisor', default=myhostname, show_default=True, help='The home hypervisor for this domain.' ) def define_vm(xml_config_file, target_hypervisor):