Better doc

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

4
pvc.py
View File

@ -757,13 +757,13 @@ def start_vm(domain):
###############################################################################
# pvc vm restart
###############################################################################
@click.command(name='restart', short_help='Restart virtual machine.')
@click.command(name='restart', short_help='Restart a running virtual machine.')
@click.argument(
'domain'
)
def restart_vm(dom_name, dom_uuid):
"""
Restart a virtual machine on its configured hypervisor.
Restart running virtual machine DOMAIN. DOMAIN may be a UUID or name.
"""
# Open a Zookeeper connection