diff options
author | Átila Camurça Alves <camurca.home@gmail.com> | 2015-11-16 16:45:33 -0300 |
---|---|---|
committer | Átila Camurça Alves <camurca.home@gmail.com> | 2015-11-16 16:45:33 -0300 |
commit | 266bfcb8bfcb56a3c2f89634937577528fa80101 (patch) | |
tree | 2838aa5fa02ba12af89162bb15833996a1160475 /README.md | |
parent | d82fa026698b68b10fb8b15a225d7344bbb1d671 (diff) | |
download | gitbook-266bfcb8bfcb56a3c2f89634937577528fa80101.zip gitbook-266bfcb8bfcb56a3c2f89634937577528fa80101.tar.gz gitbook-266bfcb8bfcb56a3c2f89634937577528fa80101.tar.bz2 |
Update README.md
There is an extra space in the command line example that enable debug mode.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -213,7 +213,7 @@ Plugins needed to build a book can be installed using: `gitbook install ./`. You You can use the options `--log=debug` and `--debug` to get better error messages (with stack trace). For example: ``` -$ gitbook build ./ -- log=debug --debug +$ gitbook build ./ --log=debug --debug ``` #### How to use the latest commit from GitBook in gitbook-cli |