From 4af38cd866b0fca4c9a52c32bc1d16184d0afac4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 26 Sep 2020 21:03:36 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 0440e8cd..4948f565 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1809,10 +1809,10 @@ 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 ""