Adding timestamp end to events endpoint. Modifying api docs.

Docker-DCO-1.1-Signed-off-by: Isabel Jimenez <contact@isabeljimenez.com> (github: jimenez)
This commit is contained in:
Isabel Jimenez 2014-03-23 16:14:40 -07:00 committed by Tibor Vass
parent 0f4461a8b2
commit b002e5ff8e
1 changed files with 3 additions and 1 deletions

View File

@ -411,7 +411,9 @@ For example:
Get real time events from the server
--since="": Show previously created events and then stream.
--since="": Show all events created since timestamp
(either seconds since epoch, or date string as below)
--until="": Show events created before timestamp
(either seconds since epoch, or date string as below)
.. _cli_events_example: