fix letsencrypt command in help

This commit is contained in:
Matthew Saunders Brown 2023-02-18 16:28:48 -08:00
parent 23af7f6121
commit cdbc17f90e

View File

@ -20,7 +20,7 @@ help()
echo " -d <domain> Domain to enable webmail for."
echo ""
echo " Let's Encrypt certificate must already exist. If need be run this first:"
echo " letsencrypt-certonly.sh -d <domain>"
echo " letsencrypt-certonly.sh -d mail.<domain>"
}
vmail:getoptions "$@"