Change short version of hypervisor flag for define command
This commit is contained in:
parent
774dcc824e
commit
e6d0f6e4bc
2
pvc.py
2
pvc.py
|
@ -178,7 +178,7 @@ def vm():
|
||||||
help='The XML config file to define the domain from.'
|
help='The XML config file to define the domain from.'
|
||||||
)
|
)
|
||||||
@click.option(
|
@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.'
|
help='The home hypervisor for this domain.'
|
||||||
)
|
)
|
||||||
def define_vm(xml_config_file, target_hypervisor):
|
def define_vm(xml_config_file, target_hypervisor):
|
||||||
|
|
Loading…
Reference in New Issue