From 55e37732ef8e395f49fc23cc39752182463d9d63 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 1 Feb 2019 17:01:52 -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 a1803001..2615f5d7 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=32 + width=36 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)"