Fix last one

This commit is contained in:
Joshua Boniface 2018-09-25 01:26:28 -04:00
parent 97cd90ce88
commit 03f0600ea3
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@ def net_remove(net):
@click.argument( @click.argument(
'vni' 'vni'
) )
def net_info(vni, long_output): def net_info(vni):
""" """
Show information about virtual network VNI. Show information about virtual network VNI.
""" """