From bc858b16583edeffc4389b8ce169c73a7849c9c9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 1 Feb 2019 16:50:46 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index e41b0547..e252c663 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -131,12 +131,12 @@ case "$1" in echo "Missing parameters" echo "" echo -e "Usage: ${idsCL[Yellow]}nodemgmt newcert${idsCL[Default]} { - ${idsCL[Yellow]}-site${idsCL[Default]} {domain address} - (*required) - ${idsCL[Yellow]}-type${idsCL[Default]} {'local' or 'proxy'} - (defaults to local) - ${idsCL[Yellow]}-ssl${idsCL[Default]} {true or false} - (defaults to true) - ${idsCL[Yellow]}-proxy_scheme${idsCL[Default]} {http or https} - (required if type set to proxy) - ${idsCL[Yellow]}-proxy_host${idsCL[Default]} {IP or FQDN} - (required if type set to proxy) - ${idsCL[Yellow]}-proxy_port${idsCL[Default]} {host port} - (required if type set to proxy) + ${idsCL[Yellow]}-site${idsCL[Default]} {domain address} - (*required) + ${idsCL[Yellow]}-type${idsCL[Default]} {'local' or 'proxy'} - (defaults to local) + ${idsCL[Yellow]}-ssl${idsCL[Default]} {true or false} - (defaults to true) + ${idsCL[Yellow]}-proxy_scheme${idsCL[Default]} {http or https} - (required if type set to proxy) + ${idsCL[Yellow]}-proxy_host${idsCL[Default]} {IP or FQDN} - (required if type set to proxy) + ${idsCL[Yellow]}-proxy_port${idsCL[Default]} {host port} - (required if type set to proxy) }" fi ;;