From 7f56542fe8f86e36977d691f791234359fba959e Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sun, 17 Jun 2018 02:24:06 -0400 Subject: [PATCH] Better doc --- pvc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pvc.py b/pvc.py index bcebcb19..def2367b 100755 --- a/pvc.py +++ b/pvc.py @@ -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