diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 851a4fd71..981668f8a 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1933,12 +1933,16 @@ Run easyrsa without commands for usage and commands." # function opts support while [ "$1" ]; do case "$1" in - text) text=1 ;; + text) + text=1 + ;; nopass) [ "$prohibit_no_pass" ] || EASYRSA_NO_PASS=1 ;; # batch flag supports internal caller build_full() - batch) ssl_batch=1 ;; + batch) + ssl_batch=1 + ;; *) warn "Ignoring unknown command option: '$1'" esac shift