From 427ef9454a806f9cfb2f98804ec93cd945b295ab Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 7 Aug 2019 17:50:25 -0400 Subject: [PATCH] Use dash in flush-locks command --- 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 33a64019..7d77e34d 100755 --- a/client-cli/pvc.py +++ b/client-cli/pvc.py @@ -593,9 +593,9 @@ def vm_unmigrate(domain): cleanup(retcode, retmsg, zk_conn) ############################################################################### -# pvc vm flush_locks +# pvc vm flush-locks ############################################################################### -@click.command(name='flush_locks', short_help='Flush stale RBD locks for a virtual machine.') +@click.command(name='flush-locks', short_help='Flush stale RBD locks for a virtual machine.') @click.argument( 'domain' )