Improve help text

This commit is contained in:
Joshua Boniface 2019-12-08 23:59:17 -05:00
parent 1fb560e996
commit 1924154dce
1 changed files with 2 additions and 2 deletions

View File

@ -730,7 +730,7 @@ def cli_network():
@click.option(
'--dns-server', 'name_servers',
multiple=True,
help='DNS nameserver for network'
help='DNS nameserver for network; multiple entries may be specified.'
)
@click.option(
'-i', '--ipnet', 'ip_network',
@ -813,7 +813,7 @@ def net_add(vni, description, nettype, domain, ip_network, ip_gateway, ip6_netwo
@click.option(
'--dns-server', 'name_servers',
multiple=True,
help='DNS nameserver for network'
help='DNS nameserver for network; multiple entries may be specified (will overwrite all previous entries).'
)
@click.option(
'-i', '--ipnet', 'ip4_network',