Fix last one
This commit is contained in:
parent
97cd90ce88
commit
03f0600ea3
|
@ -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.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue