diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-09-16 05:41:09 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-09-16 09:41:29 -0400 |
commit | 4216f7b7f492fee80cfc9a7f1deb608096edd890 (patch) | |
tree | 56ede81779ebfd2d02b2eea581a204706991db1b /docs/source/markdown/podman-events.1.md | |
parent | 9119a578e782b92bd344f093f5491c318bc20d69 (diff) | |
download | podman-4216f7b7f492fee80cfc9a7f1deb608096edd890.tar.gz podman-4216f7b7f492fee80cfc9a7f1deb608096edd890.tar.bz2 podman-4216f7b7f492fee80cfc9a7f1deb608096edd890.zip |
Add no-trunc support to podman-events
Standardize on no-trunc through the code.
Alias notruncate where necessary.
Standardize on the man page display of no-trunc.
Fixes: https://github.com/containers/podman/issues/8941
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-events.1.md')
-rw-r--r-- | docs/source/markdown/podman-events.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-events.1.md b/docs/source/markdown/podman-events.1.md index 4f9e9418f..3c8b46884 100644 --- a/docs/source/markdown/podman-events.1.md +++ b/docs/source/markdown/podman-events.1.md @@ -93,6 +93,10 @@ filters are supported: In the case where an ID is used, the ID may be in its full or shortened form. +#### **--no-trunc** + +Do not truncate the output (default *true*). + #### **--since**=*timestamp* Show all events created since the given timestamp |