Missed car change

This commit is contained in:
Joshua Boniface 2018-06-17 02:25:02 -04:00
parent 7f56542fe8
commit 9c4475d4f9
1 changed files with 1 additions and 1 deletions

2
pvc.py
View File

@ -761,7 +761,7 @@ def start_vm(domain):
@click.argument(
'domain'
)
def restart_vm(dom_name, dom_uuid):
def restart_vm(domain):
"""
Restart running virtual machine DOMAIN. DOMAIN may be a UUID or name.
"""