1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

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

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: