From e706da58685c183a956e2f4538130b526022e301 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 13 Nov 2023 16:42:51 -0600 Subject: [PATCH] update --- inc/sites.inc | 2 +- nodemgmt-scripts.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/sites.inc b/inc/sites.inc index 98132c1d..8dceb678 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -177,7 +177,7 @@ NEWSITE(){ -secure) SECURE=${2};; -h | -help | --help) echo - echo -e "Usage: ${idsCL[Yellow]}[nodemgmt or nmg] newcert${idsCL[Default]} {" + echo -e "Usage: ${idsCL[LightYellow]}[nodemgmt or nmg] newsite ${idsCL[Yellow]}{flags}${idsCL[Default]} {" width=35 printf "%-${width}s- %s\n" " -site {FQDN address(,es)}" "(new site and aliases, comma separated)" printf "%-${width}s- %s\n" " -ssl {yes or no}" "(defaults to yes)" diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index be5f3bca..ceec3e19 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1041,7 +1041,7 @@ GUI(){ *) echo -e "Commands followed by '-h' will show addtional info. {work-in-progress}" echo - echo -e "Usage: ${idsCL[LightCyan]}[nodemgmt or nmg] ${idsCL[Yellow]}{COMMAND} ${idsCL[LightYellow]}{FLAGS}${idsCL[Default]} {\n" + echo -e "Usage: ${idsCL[LightCyan]}[nodemgmt or nmg] ${idsCL[Yellow]}{COMMAND} ${idsCL[LightYellow]}{FLAGS}${idsCL[Default]} {\n" echo -e " ${idsCL[Yellow]}backup${idsCL[Default]} - Run backup of node items" echo -e " ${idsCL[Yellow]}certrenew${idsCL[Default]} - Renew all SSL Certificates" echo -e " ${idsCL[Yellow]}certs${idsCL[Default]} - View/Edit SSL Certificates"