From 45802c60f06f7b6a9aa67afa5d1446bae90d69c3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 14 Nov 2023 16:01:34 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index e04c426a..f1c587a2 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -506,7 +506,7 @@ UPDATE_DYNDNS(){ -t|-test) TESTMODE=1;; -h | -help | --help) echo - echo -e "Usage: ${idsCL[LightYellow]}[nodemgmt or nmg] update-dyndns ${idsCL[Yellow]}{location}${idsCL[Default]} {" + echo -e "Usage: ${idsCL[LightYellow]}[nodemgmt or nmg] update-dyndns '${idsCL[LightCyan]}${LOCATION^^}${idsCL[Green]}'${idsCL[Default]} {" width=35 printf "%-${width}s- %s\n" " {location}" "(site location name to update for)" printf "%-${width}s- %s\n" " -f|-force" "(will force a record update without IP changing)"