This commit is contained in:
Joshua Boniface 2018-06-13 12:50:38 -04:00
parent ae28cc932e
commit f543c43978
1 changed files with 1 additions and 1 deletions

2
pvc.py
View File

@ -483,7 +483,7 @@ def start_vm(dom_name, dom_uuid):
mutually_exclusive=[{ 'function': 'dom_name', 'argument': '--name' }],
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.
"""