Skip to content

Commit

Permalink
minor, rename command
Browse files Browse the repository at this point in the history
  • Loading branch information
neilpang committed Feb 11, 2017
1 parent 04e0f87 commit 0984585
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions acme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4263,8 +4263,8 @@ Commands:
--toPkcs Export the certificate and key to a pfx file.
--update-account Update account info.
--register-account Register account key.
--createAccountKey, -cak Create an account private key, professional use.
--createDomainKey, -cdk Create an domain private key, professional use.
--create-account-key Create an account private key, professional use.
--create-domain-key Create an domain private key, professional use.
--createCSR, -ccsr Create CSR , professional use.
--deactivate Deactivate the domain authz, professional use.
Expand Down Expand Up @@ -4506,10 +4506,10 @@ _process() {
--toPkcs)
_CMD="toPkcs"
;;
--createAccountKey | --createaccountkey | -cak)
--createAccountKey | --createaccountkey | -cak | --create-account-key)
_CMD="createAccountKey"
;;
--createDomainKey | --createdomainkey | -cdk)
--createDomainKey | --createdomainkey | -cdk | --create-domain-key)
_CMD="createDomainKey"
;;
--createCSR | --createcsr | -ccr)
Expand Down

0 comments on commit 0984585

Please sign in to comment.