Typo correction in detach mode?

While you wrote:
`--detach=false` does not complete *faster*. It just *doesn't wait* for completion.
I think you actually meant:
`--detach=TRUE` does not complete *faster*. It just *doesn't wait* for completion.
This commit is contained in:
Julio
2017-12-15 20:25:29 +01:00
committed by GitHub
parent 9e84a05325
commit 5551cbd11f

View File

@@ -174,7 +174,7 @@ class: extra-details
- great in headless scripts (where nobody's watching anyway)
.warning[`--detach=false` does not complete *faster*. It just *doesn't wait* for completion.]
.warning[`--detach=true` does not complete *faster*. It just *doesn't wait* for completion.]
---