Merge pull request #106 from juliogomez/patch-2

Typo correction in detach mode?
This commit is contained in:
Jérôme Petazzoni
2017-12-16 09:24:36 -06:00
committed by GitHub

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.]
---