]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
fix format
authorneil <win10@neilpang.com>
Sat, 18 Apr 2020 14:34:32 +0000 (22:34 +0800)
committerneil <win10@neilpang.com>
Sat, 18 Apr 2020 14:34:32 +0000 (22:34 +0800)
acme.sh

diff --git a/acme.sh b/acme.sh
index 18c8e007887ae0f4b1bd6bd8f256255e1c04a13a..57f459057fca5b0cc15e4613bb202c8429f233a8 100755 (executable)
--- a/acme.sh
+++ b/acme.sh
@@ -6950,7 +6950,7 @@ _process() {
         _notify_mode="$_nmode"
         shift
         ;;
-         --revoke-reason)
+      --revoke-reason)
         _revoke_reason="$2"
         if _startswith "$_revoke_reason" "-"; then
           _err "'$_revoke_reason' is not a integer for '$1'"