summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6fceda9..862a647 100644
--- a/README.md
+++ b/README.md
@@ -143,7 +143,7 @@ c.login(username, password=None, email=None, registry=None)
Identical to the `docker login` command (but non-interactive, obviously).
```python
-c.logs(container, stdout=True, stderr=True, stream=False)
+c.logs(container, stdout=True, stderr=True, stream=False, timestamps=False)
```
Identical to the `docker logs` command. The `stream` parameter makes the