From 385231e1c39a124d12d8ba456a1ec80dc52cc32c Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 20 Jun 2016 18:11:14 +0800 Subject: [PATCH] Updated How to debug acme.sh (markdown) --- How-to-debug-acme.sh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How-to-debug-acme.sh.md b/How-to-debug-acme.sh.md index 6dfb591..4f51091 100644 --- a/How-to-debug-acme.sh.md +++ b/How-to-debug-acme.sh.md @@ -3,12 +3,12 @@ Use `--debug` parameter to output detailed debug info. For example: ``` -acme.sh --issue /home/............. --debug +acme.sh --issue ......... --debug ``` To output more detailed info: ``` -acme.sh --issue /home/............ --debug 2 +acme.sh --issue .......... --debug 2 ``` \ No newline at end of file