Change short version of hypervisor flag for define command

This commit is contained in:
Joshua Boniface 2018-06-11 02:51:42 -04:00
parent 774dcc824e
commit e6d0f6e4bc
1 changed files with 1 additions and 1 deletions

2
pvc.py
View File

@ -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):