From f543c43978ec9ea99127db1e088ed85c512d1ae6 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Wed, 13 Jun 2018 12:50:38 -0400 Subject: [PATCH] Typo --- pvc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvc.py b/pvc.py index e48bf8de..b3acd6ce 100755 --- a/pvc.py +++ b/pvc.py @@ -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. """