mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-13 12:19:36 +00:00
Merge pull request #4983 from rpjday/rpjday/history_bools
docs: add boolean values and defaults to "man podman-history" options
This commit is contained in:
commit
408dc6f319
1 changed files with 6 additions and 6 deletions
|
|
@ -29,17 +29,17 @@ Valid placeholders for the Go template are listed below:
|
|||
|
||||
## 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*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue