From 7ca2151f54cec0785dc424cc7d972361bdbb8f7b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 1 Feb 2019 17:01:26 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index ba4bde0d..902286cb 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -131,7 +131,7 @@ case "$1" in echo "Missing parameters" echo "" echo -e "Usage: ${idsCL[Yellow]}nodemgmt newcert${idsCL[Default]} {" - width=26 + width=40 printf "%-${width}s: %s\n" " -site {FQDN address}" "(*required)" printf "%-${width}s: %s\n" " -type {'local' or 'proxy'}" "(defaults to true)" printf "%-${width}s: %s\n" " -ssl {true or false}" "(*required)"