add -t tls-alpn-01 to command line help

This commit is contained in:
Glenn Strauss
2021-02-01 04:41:17 -05:00
committed by Lukas Schauer
parent 527933db24
commit 00941472b2

View File

@@ -2205,8 +2205,8 @@ main() {
PARAM_ALPNCERTDIR="${1}"
;;
# PARAM_Usage: --challenge (-t) http-01|dns-01
# PARAM_Description: Which challenge should be used? Currently http-01 and dns-01 are supported
# PARAM_Usage: --challenge (-t) http-01|dns-01|tls-alpn-01
# PARAM_Description: Which challenge should be used? Currently http-01, dns-01, and tls-alpn-01 are supported
--challenge|-t)
shift 1
check_parameters "${1:-}"