Fix bad variable name

This commit is contained in:
Joshua Boniface 2022-08-18 11:37:57 -04:00
parent 9b499b9f48
commit d8e57a26c5
1 changed files with 1 additions and 1 deletions

View File

@ -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.",