Updated How to debug acme.sh (markdown)

master
neil 2016-06-20 18:11:14 +08:00
parent 170b3785e6
commit 385231e1c3
1 changed files with 2 additions and 2 deletions

@ -3,12 +3,12 @@ Use `--debug` parameter to output detailed debug info.
For example: For example:
``` ```
acme.sh --issue /home/............. --debug acme.sh --issue ......... --debug
``` ```
To output more detailed info: To output more detailed info:
``` ```
acme.sh --issue /home/............ --debug 2 acme.sh --issue .......... --debug 2
``` ```