add hidden alias --to-pkcs for --to-pkcs12

This commit is contained in:
Christopher Engelhard 2020-08-21 09:56:57 +02:00
parent 2910be82a4
commit 1521199e44
1 changed files with 1 additions and 1 deletions

View File

@ -6816,7 +6816,7 @@ _process() {
--cron) --cron)
_CMD="cron" _CMD="cron"
;; ;;
--to-pkcs12 | --toPkcs) --to-pkcs12 | --to-pkcs | --toPkcs)
_CMD="toPkcs" _CMD="toPkcs"
;; ;;
--to-pkcs8 | --toPkcs8) --to-pkcs8 | --toPkcs8)