From b90798387f982fef5ebaa85d89830cde5e680c77 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Fri, 2 Sep 2022 15:35:31 +0100 Subject: [PATCH] Options: Typo, rename --keep-temp to --keep-tmp Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 7a8ce5c..cac02d7 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -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" ;;