From c839b2b03935d310f688c1b064e5f703b4b30755 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 9 May 2016 22:36:48 +0800 Subject: [PATCH] minor, add comments --- acme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme.sh b/acme.sh index 190c9b51..cbee98fa 100755 --- a/acme.sh +++ b/acme.sh @@ -567,7 +567,7 @@ _calcjwk() { _debug2 HEADER "$HEADER" } -# body url [needbase64] [POST] +# body url [needbase64] [POST|PUT] _post() { body="$1" url="$2"