From d1771826d440a9fd53b33c8b1ae23437ac06e225 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 1 Feb 2019 19:34:52 -0600 Subject: [PATCH] Update test.sh --- test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test.sh b/test.sh index 4de7cf8..65520c5 100755 --- a/test.sh +++ b/test.sh @@ -31,9 +31,8 @@ while [ $# -gt 0 ]; do -*) echo "Invalid option: '${1}' requires an argument" 1>&2 echo "" - echo -e "Usage: ${idsCL[Yellow]}nodemgmt newcert${idsCL[Default]} {" - width=36 + width=32 printf "%-${width}s: %s\n" " -site {FQDN address}" "(*required)" printf "%-${width}s: %s\n" " -ssl {true or false}" "(defaults to true)" printf "%-${width}s: %s\n" " -type {'local' or 'proxy'}" "(defaults to local)"