From 4cda5ebb52afc0bc4def0ee5b6fa3f991d803fb9 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 9 Jan 2020 09:46:58 -0500 Subject: [PATCH] Correct syntax error --- client-cli/pvc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client-cli/pvc.py b/client-cli/pvc.py index f0d836c0..f02d7c3f 100755 --- a/client-cli/pvc.py +++ b/client-cli/pvc.py @@ -2963,12 +2963,12 @@ def provisioner_profile_remove(name, confirm_flag): '-d/-D', '--define/--no-define', 'define_flag', is_flag=True, default=True, show_default=True, help='Define the VM automatically during provisioning.' -} +) @click.option( '-s/-S', '--start/--no-start', 'start_flag', is_flag=True, default=True, show_default=True, help='Start the VM automatically upon completion of provisioning.' -} +) @click.option( '-w', '--wait', 'wait_flag', is_flag=True, default=False,