Options: Typo, rename --keep-temp to --keep-tmp

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-09-02 15:35:31 +01:00
parent fb173e5ea0
commit b90798387f
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -4754,7 +4754,7 @@ while :; do
export EASYRSA_TEMP_DIR="$val" ;;
--ssl-conf)
export EASYRSA_SSL_CONF="$val" ;;
--keep-temp)
--keep-tmp)
export EASYRSA_KEEP_TEMP="$val" ;;
--use-algo)
export EASYRSA_ALGO="$val" ;;