diff options
| author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-03 18:39:08 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-03 18:39:08 +0100 | 
| commit | 9758a975e67bb9d681d351aea0d858ace598dcdf (patch) | |
| tree | 6e982a3007ac8327844a592a37855d7a471b233a /docs/source/markdown/podman-history.1.md | |
| parent | 50b44463760a224cd72e0920f03ed2041689bc63 (diff) | |
| parent | 185373bfeba278ce4dee493543bcc2396fb7cb1e (diff) | |
| download | podman-9758a975e67bb9d681d351aea0d858ace598dcdf.tar.gz podman-9758a975e67bb9d681d351aea0d858ace598dcdf.tar.bz2 podman-9758a975e67bb9d681d351aea0d858ace598dcdf.zip  | |
Merge pull request #4780 from rhatdan/man
Fix presentation of man page tables
Diffstat (limited to 'docs/source/markdown/podman-history.1.md')
| -rw-r--r-- | docs/source/markdown/podman-history.1.md | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-history.1.md b/docs/source/markdown/podman-history.1.md index a67cb0286..078864faa 100644 --- a/docs/source/markdown/podman-history.1.md +++ b/docs/source/markdown/podman-history.1.md @@ -22,7 +22,7 @@ Valid placeholders for the Go template are listed below:  | **Placeholder** | **Description**                                                               |  | --------------- | ----------------------------------------------------------------------------- |  | .ID             | Image ID                                                                      | -| .Created        | if **--human**, time elapsed since creation, otherwise time stamp of creation | +| .Created        | if --human, time elapsed since creation, otherwise time stamp of creation     |  | .CreatedBy      | Command used to create the layer                                              |  | .Size           | Size of layer on disk                                                         |  | .Comment        | Comment for the layer                                                         |  | 
