Typo
This commit is contained in:
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.
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user