diff --git a/inc/certs.inc b/inc/certs.inc index 8867c50e..7bc380ce 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -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;; diff --git a/inc/sites.inc b/inc/sites.inc index fb6b62b1..3cbfbefa 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -190,7 +190,7 @@ NEWSITE(){ printf "%-${width}s- %s\n" " -hsts {yes or no}" "(hsts support)" printf "%-${width}s- %s\n" " -exploits {yes or no}" "(block exploits)" printf "%-${width}s- %s\n" " -secure {yes or no}" "(secure access [nginx/.htpasswd])" - 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)" echo "}" exit 0;; esac @@ -625,8 +625,8 @@ SITEINFO(){ -h | -help | --help) echo -e "Usage: ${idsCL[Yellow]}nodemgmt / nmg siteinfo${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})" + 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 -e "}\n" exit 0;; esac