summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2020-01-26 14:13:54 -0500
committerRobert P. J. Day <rpjday@crashcourse.ca>2020-01-26 14:13:54 -0500
commit4aeb25d5f263c588c3a2bf5368ccbd895f069a3d (patch)
tree9e26e69bec2944241d92f89365cd15a7c4c81d72 /docs
parentc28af15932d0d184f841e9d30103730c902c9ba7 (diff)
downloadpodman-4aeb25d5f263c588c3a2bf5368ccbd895f069a3d.tar.gz
podman-4aeb25d5f263c588c3a2bf5368ccbd895f069a3d.tar.bz2
podman-4aeb25d5f263c588c3a2bf5368ccbd895f069a3d.zip
docs: add boolean values and defaults to "man podman-history" options
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'docs')
-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*