Browse Source

minor

pull/3385/head
neilpang 5 years ago
committed by neil
parent
commit
7b3f735b34
  1. 4
      acme.sh

4
acme.sh

@ -7139,10 +7139,10 @@ _process() {
CA_PATH="$_ca_path" CA_PATH="$_ca_path"
shift shift
;; ;;
--nocron)
--nocron | --no-cron)
_nocron="1" _nocron="1"
;; ;;
--noprofile)
--noprofile | --no-profile)
_noprofile="1" _noprofile="1"
;; ;;
--no-color) --no-color)

Loading…
Cancel
Save