This commit is contained in:
2023-11-12 14:40:36 -06:00
parent a1e23d3811
commit e29c1e6a6d
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ NEWCERT(){
-h|-help|--help)
echo -e "Usage: ${idsCL[Yellow]}nodemgmt / nmg newcert {hostname}${idsCL[Default]} {"
width=33
printf "%-${width}s- %s\n" " -test | -t" "(enables dry-run mode for CertBot)"
printf "%-${width}s- %s\n" " -test|-t" "(enables dry-run mode for CertBot)"
printf "%-${width}s- %s\n" " {hostname}" "(optional: enter hostname for new cert, comma-delimited for multiple)"
echo -e "}\n"
exit 0;;