Updated How to debug le.sh (markdown)

neil 2016-04-09 23:36:39 +08:00
parent 9e5f041f71
commit 2dd84794b1
1 changed files with 9 additions and 2 deletions

@ -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
```