diff --git a/inc/sites.inc b/inc/sites.inc index 4bfda735..70241640 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -157,15 +157,15 @@ NEWSITE(){ echo -e "Usage: ${idsCL[LightYellow]}[nodemgmt or nmg] newsite ${idsCL[Yellow]}{flags}${idsCL[Default]} {" width=35 printf "%-${width}s- %s\n" " -site {FQDN address(,es)}" "(new site and aliases, comma separated)" - printf "%-${width}s- %s\n" " -ssl {yes or no}" "(create and enable ssl; default=yes)" + printf "%-${width}s- %s\n" " -ssl {yes or no}" "(create and enable ssl)" printf "%-${width}s- %s\n" " -type {'local' or 'proxy'}" "(defaults to proxy)" printf "%-${width}s- %s\n" " -proxy_port {host port}" "(proxy backend host)" printf "%-${width}s- %s\n" " -proxy_host {IP or FQDN}" "(proxy backend port)" printf "%-${width}s- %s\n" " -proxy_scheme {http or https}" "(proxy backend scheme)" - printf "%-${width}s- %s\n" " -websocket {yes or no}" "(websocket support; default=no)" - printf "%-${width}s- %s\n" " -hsts {yes or no}" "(hsts support; default=yes)" - printf "%-${width}s- %s\n" " -exploits {yes or no}" "(block exploits; default=no)" - printf "%-${width}s- %s\n" " -secure {1FA, 2FA or no}" "(SSO secure access; default=no)" + printf "%-${width}s- %s\n" " -websocket {yes or no}" "(websocket support)" + 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 {1FA, 2FA or no}" "(SSO secure access)" printf "%-${width}s- %s\n" " -t|-test" "(enables dry-run mode for CertBot)" echo "}" exit 0;;