From ced4df451baa474733199fb9d0f2568c06d7d223 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 13 Nov 2023 14:47:34 -0600 Subject: [PATCH] update --- inc/certs.inc | 2 +- inc/sites.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/certs.inc b/inc/certs.inc index ffce779a..d2f8f0bd 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -174,7 +174,7 @@ LISTCERTS(){ -e|-edit) EDIT=1;; -s|-search) SEARCH=${2};; -h | -help | --help) - echo -e "Usage: ${idsCL[Yellow]}nodemgmt / nmg listcerts${idsCL[Default]} {" + echo -e "Usage: ${idsCL[Yellow]}nodemgmt / nmg certs${idsCL[Default]} {" width=33 printf "%-${width}s- %s\n" " -e|-edit" "(enables edit mode)" printf "%-${width}s- %s\n" " -s|-search {search}" "(narrows list to cert names containing {search})" diff --git a/inc/sites.inc b/inc/sites.inc index 5bb3562b..801d0fab 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -623,7 +623,7 @@ SITEINFO(){ -e|-edit) EDIT=1;; -s|-search) SEARCH=${2};; -h | -help | --help) - echo -e "Usage: ${idsCL[Yellow]}nodemgmt / nmg siteinfo${idsCL[Default]} {" + echo -e "Usage: ${idsCL[Yellow]}nodemgmt / nmg sites${idsCL[Default]} {" width=33 printf "%-${width}s- %s\n" " -e|-edit" "(enables edit mode)" printf "%-${width}s- %s\n" " -s|-search {search}" "(narrows list to hostnames containing {search})"