From d8e57a26c522a8eea7e27bbbd4d3a477e0331c96 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 18 Aug 2022 11:37:57 -0400 Subject: [PATCH] Fix bad variable name --- client-cli/pvc/pvc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-cli/pvc/pvc.py b/client-cli/pvc/pvc.py index 7a31fcb2..317e0d5f 100755 --- a/client-cli/pvc/pvc.py +++ b/client-cli/pvc/pvc.py @@ -1353,7 +1353,7 @@ def vm_stop(domain, confirm_flag): @click.argument("domain") @click.option( "--force", - "force", + "force_flag", is_flag=True, default=False, help="Forcibly stop the VM instead of waiting for shutdown.",