Browse Source

Merge pull request #672 from Neilpang/dev

fix format
pull/688/head
neil 8 years ago
committed by GitHub
parent
commit
f5c28c72fd
  1. 2
      acme.sh

2
acme.sh

@ -4935,7 +4935,7 @@ _process() {
;; ;;
--toPkcs8) --toPkcs8)
_CMD="toPkcs8" _CMD="toPkcs8"
;;
;;
--createAccountKey | --createaccountkey | -cak | --create-account-key) --createAccountKey | --createaccountkey | -cak | --create-account-key)
_CMD="createAccountKey" _CMD="createAccountKey"
;; ;;

Loading…
Cancel
Save