diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-27 04:32:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-27 04:32:50 -0800 |
commit | 408dc6f319acd3eccec1948f2d129e586c6d8680 (patch) | |
tree | bb078bfb04d3df5ede0799610408eb092f678905 | |
parent | 2d9d5e7606ac5d10abaa87a2cddcd1d50021ad0f (diff) | |
parent | 4aeb25d5f263c588c3a2bf5368ccbd895f069a3d (diff) | |
download | podman-408dc6f319acd3eccec1948f2d129e586c6d8680.tar.gz podman-408dc6f319acd3eccec1948f2d129e586c6d8680.tar.bz2 podman-408dc6f319acd3eccec1948f2d129e586c6d8680.zip |
Merge pull request #4983 from rpjday/rpjday/history_bools
docs: add boolean values and defaults to "man podman-history" options
-rw-r--r-- | docs/source/markdown/podman-history.1.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/source/markdown/podman-history.1.md b/docs/source/markdown/podman-history.1.md index 078864faa..1a8f8906c 100644 --- a/docs/source/markdown/podman-history.1.md +++ b/docs/source/markdown/podman-history.1.md @@ -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* |