summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d720e1f..28507bc 100644
--- a/README.md
+++ b/README.md
@@ -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