Merge pull request #519 from TomasTomecek/document-tail-in-logs

docs: document parameter tail of method logs
This commit is contained in:
Joffrey F 2015-03-06 12:12:04 -08:00
commit 6fac5fd47c
1 changed files with 1 additions and 0 deletions

View File

@ -451,6 +451,7 @@ output as it happens.
* stderr (bool): Get STDERR * stderr (bool): Get STDERR
* stream (bool): Stream the response * stream (bool): Stream the response
* timestamps (bool): Show timestamps * 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): **Returns** (generator or str):