Pārlūkot izejas kodu

Change to `--cert-profile`

Jens Spanier 3 nedēļas atpakaļ
vecāks
revīzija
5954f0dde5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      acme.sh

+ 1 - 1
acme.sh

@@ -7702,7 +7702,7 @@ _process() {
       _valid_to="$2"
       shift
       ;;
-    --certificate-profile | --profile)
+    --certificate-profile | --cert-profile)
       _certificate_profile="$2"
       shift
       ;;