Update sites.inc

This commit is contained in:
2023-11-12 14:17:18 -06:00
parent bca4e78824
commit f573068619

View File

@@ -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