summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTomas Tomecek <ttomecek@redhat.com>2015-03-06 10:06:42 +0100
committerTomas Tomecek <ttomecek@redhat.com>2015-03-06 10:06:42 +0100
commit05bbafee03214f0e1cdfc4cdc3a9bd37121773ba (patch)
treea47c2cc12712d7bcdd7d9b8a67c1a036e78f666f /docs
parent9bed480c2745b06219c629dbbfd46b298c005447 (diff)
downloaddocker-py-05bbafee03214f0e1cdfc4cdc3a9bd37121773ba.tar.gz
docs: document parameter tail of method logs
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api.md b/docs/api.md
index 9e550a9..ffe2d91 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -450,6 +450,7 @@ output as it happens.
* stderr (bool): Get STDERR
* stream (bool): Stream the response
* timestamps (bool): Show timestamps
+* tail (str or int): Output specified number of lines at the end of logs: `"all"` or `number`. Default `"all"`
**Returns** (generator or str):