From 37225739a41be65d95caf03eb1721578a977a4b3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 26 Sep 2020 21:03:18 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 3014bf0c..0440e8cd 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1809,10 +1809,11 @@ if [ ${action-x} ]; then gui) GUI;; *) echo -e "Usage: ${idsCL[Yellow]}nodemgmt${idsCL[Default]} {" - echo -e " ${idsCL[Yellow]}service${idsCL[Default]} [service] [action]" - echo -e " ${idsCL[Yellow]}status${idsCL[Default]}" - echo -e " ${idsCL[Yellow]}newcert${idsCL[Default]} [domain(,s)]" - echo -e " ${idsCL[Yellow]}certrenew${idsCL[Default]} }" + echo -e " ${idsCL[Yellow]}service${idsCL[Default]} [service] [action]" + echo -e " ${idsCL[Yellow]}status${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}newcert${idsCL[Default]} [domain(,s)]" + echo -e " ${idsCL[Yellow]}certrenew${idsCL[Default]}" + echo -e "}" echo "" echo "" exit 0;;