From 79c268ff220a8c0a96ebcae03460efa78d79b59b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 13 May 2023 22:38:52 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 65c41eae..f3a078a5 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1303,9 +1303,9 @@ GUI(){ update-pushover) UPDATEPUSHOVERINFO;; gui) GUI;; *) - echo -e "All commands followed by '-h' will show addtional info. {work-in-progress}" + echo -e "Commands followed by '-h' will show addtional info. {work-in-progress}" echo - echo -e "Usage: ${idsCL[LightCyan]}nodemgmt${idsCL[Default]} {" + echo -e "Usage: ${idsCL[LightCyan]}nodemgmt ${idsCL[Yellow]}{COMMAND}${idsCL[Default]} {" echo -e " ${idsCL[Yellow]}backup${idsCL[Default]}" echo -e " ${idsCL[Yellow]}certrenew${idsCL[Default]}" echo -e " ${idsCL[Yellow]}checkcerts${idsCL[Default]} - Check SSL Expirations"