summaryrefslogtreecommitdiff
path: root/docs/source/markdown
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-01-27 04:32:50 -0800
committerGitHub <noreply@github.com>2020-01-27 04:32:50 -0800
commit408dc6f319acd3eccec1948f2d129e586c6d8680 (patch)
treebb078bfb04d3df5ede0799610408eb092f678905 /docs/source/markdown
parent2d9d5e7606ac5d10abaa87a2cddcd1d50021ad0f (diff)
parent4aeb25d5f263c588c3a2bf5368ccbd895f069a3d (diff)
downloadpodman-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
Diffstat (limited to 'docs/source/markdown')
-rw-r--r--docs/source/markdown/podman-history.1.md12
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*