From 2dd84794b1bdec0802c277247519f6faadf37752 Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 9 Apr 2016 23:36:39 +0800 Subject: [PATCH] Updated How to debug le.sh (markdown) --- How-to-debug-le.sh.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/How-to-debug-le.sh.md b/How-to-debug-le.sh.md index f0522d5..5fd9c15 100644 --- a/How-to-debug-le.sh.md +++ b/How-to-debug-le.sh.md @@ -1,7 +1,14 @@ -Defining a macro `DEBUG=1` can make `le.sh` output detailed debug info. +Use `--debug` parameter to output detailed debug info. For example: ``` -DEBUG=1 le.sh issue /home/............. +le.sh --issue /home/............. --debug +``` + + +To output more detailed info: + +``` +le.sh --issue /home/............ --debug 2 ``` \ No newline at end of file