Typo
This commit is contained in:
parent
ae28cc932e
commit
f543c43978
2
pvc.py
2
pvc.py
|
@ -483,7 +483,7 @@ def start_vm(dom_name, dom_uuid):
|
||||||
mutually_exclusive=[{ 'function': 'dom_name', 'argument': '--name' }],
|
mutually_exclusive=[{ 'function': 'dom_name', 'argument': '--name' }],
|
||||||
help='Search for this UUID.'
|
help='Search for this UUID.'
|
||||||
)
|
)
|
||||||
def start_vm(dom_name, dom_uuid):
|
def restart_vm(dom_name, dom_uuid):
|
||||||
"""
|
"""
|
||||||
Restart a virtual machine on its configured hypervisor.
|
Restart a virtual machine on its configured hypervisor.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue