From 1924154dce8d32fcd7996a810151b414c2baf8e6 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sun, 8 Dec 2019 23:59:17 -0500 Subject: [PATCH] Improve help text --- 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 1a51ebda..14430936 100755 --- a/client-cli/pvc.py +++ b/client-cli/pvc.py @@ -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',