podman events: unhide --stream

The --stream flag is being used extensively in the tests and some blog
posts refer to it which has been causing some confusion on why the flag
was hidden.  I do not see a good reason to hide it anymore, so unhide it
and add some docs.

[NO NEW TESTS NEEDED] as it's already being tested.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2023-03-14 11:26:50 +01:00
parent 519cfa81f6
commit 4562e61d20
2 changed files with 4 additions and 3 deletions

View File

@ -128,6 +128,9 @@ Do not truncate the output (default *true*).
Show all events created since the given timestamp
#### **--stream**
Stream events and do not exit after reading the last known event (default *true*).
#### **--until**=*timestamp*