From f573068619826872d5180a5a1e98051f71442ddf Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Nov 2023 14:17:18 -0600 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/sites.inc b/inc/sites.inc index 8283a4c4..05aeabce 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -622,12 +622,11 @@ SITEINFO(){ -edit|-e) EDIT=1;; -search|-s) SEARCH=${2};; -h | -help | --help) - echo echo -e "Usage: ${idsCL[Yellow]}nodemgmt newcert${idsCL[Default]} {" width=33 printf "%-${width}s- %s\n" " -edit|-e" "(enables edit mode)" printf "%-${width}s- %s\n" " -search|-s {search}" "(narrows list to hostnames containing {search})" - echo "}" + echo -e "}\n" exit 0;; esac shift