mirror of
https://github.com/containers/podman.git
synced 2025-10-19 12:12:36 +08:00
docs: add boolean values and defaults to "man podman-history" options
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
This commit is contained in:
@ -29,17 +29,17 @@ Valid placeholders for the Go template are listed below:
|
|||||||
|
|
||||||
## OPTIONS
|
## OPTIONS
|
||||||
|
|
||||||
**--human**, **-H**
|
**--human**, **-H**=*true|false*
|
||||||
|
|
||||||
Display sizes and dates in human readable format
|
Display sizes and dates in human readable format (default *true*).
|
||||||
|
|
||||||
**--no-trunc**
|
**--no-trunc**=*true|false*
|
||||||
|
|
||||||
Do not truncate the output
|
Do not truncate the output (default *false*).
|
||||||
|
|
||||||
**--quiet**, **-q**
|
**--quiet**, **-q**=*true|false*
|
||||||
|
|
||||||
Print the numeric IDs only
|
Print the numeric IDs only (default *false*).
|
||||||
|
|
||||||
**--format**=*format*
|
**--format**=*format*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user