summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-history.1.md
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2022-05-11 11:11:36 -0600
committerEd Santiago <santiago@redhat.com>2022-05-11 13:14:08 -0600
commite76a07087ef3ed19b659a716f51f5d83f4af773e (patch)
tree92b040a47f72246eb6bbf80e4db8afc51987611f /docs/source/markdown/podman-history.1.md
parentc379014ee4e57dc19669ae92f45f8e4c0814295b (diff)
downloadpodman-e76a07087ef3ed19b659a716f51f5d83f4af773e.tar.gz
podman-e76a07087ef3ed19b659a716f51f5d83f4af773e.tar.bz2
podman-e76a07087ef3ed19b659a716f51f5d83f4af773e.zip
[CI:DOCS] man pages: fix inconsistencies
As part of work done in #14046, fix bugs found in man pages, basically just moving a few descriptions to the right place and removing some undesired asterisks. Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-history.1.md')
-rw-r--r--docs/source/markdown/podman-history.1.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/source/markdown/podman-history.1.md b/docs/source/markdown/podman-history.1.md
index 16f1e48e6..d114e0523 100644
--- a/docs/source/markdown/podman-history.1.md
+++ b/docs/source/markdown/podman-history.1.md
@@ -17,6 +17,12 @@ set, the time of creation and size are printed out in a human readable format.
The **--quiet** flag displays the ID of the image only when set and the **--format**
flag is used to print the information using the Go template provided by the user.
+## OPTIONS
+
+#### **--format**=*format*
+
+Alter the output for a format like 'json' or a Go template.
+
Valid placeholders for the Go template are listed below:
| **Placeholder** | **Description** |
@@ -28,12 +34,7 @@ Valid placeholders for the Go template are listed below:
| .CreatedSince | Elapsed time since the image layer was created |
| .Size | Size of layer on disk |
| .Comment | Comment for the layer |
-## OPTIONS
-
-Print the numeric IDs only (default *false*).
-#### **--format**=*format*
-
-Alter the output for a format like 'json' or a Go template.
+| .Tags | Image tags |
#### **--help**, **-h**
@@ -49,6 +50,8 @@ Do not truncate the output (default *false*).
#### **--quiet**, **-q**
+Print the numeric IDs only (default *false*).
+
## EXAMPLES
```