Use dash in flush-locks command

This commit is contained in:
Joshua Boniface 2019-08-07 17:50:25 -04:00
parent 2880a761c0
commit 427ef9454a
1 changed files with 2 additions and 2 deletions

View File

@ -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'
)