mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
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>
This commit is contained in:
@ -29,19 +29,15 @@ Valid placeholders for the Go template are listed below:
|
||||
|
||||
## OPTIONS
|
||||
|
||||
#### **--human**, **-H**=*true|false*
|
||||
#### **--human**, **-H**
|
||||
|
||||
Display sizes and dates in human readable format (default *true*).
|
||||
|
||||
#### **--no-trunc**=*true|false*
|
||||
#### **--no-trunc**
|
||||
|
||||
Do not truncate the output (default *false*).
|
||||
|
||||
#### **--notruncate**
|
||||
|
||||
Do not truncate the output
|
||||
|
||||
#### **--quiet**, **-q**=*true|false*
|
||||
#### **--quiet**, **-q**
|
||||
|
||||
Print the numeric IDs only (default *false*).
|
||||
#### **--format**=*format*
|
||||
|
Reference in New Issue
Block a user