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-ps.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-ps.1.md')
-rw-r--r-- | docs/source/markdown/podman-ps.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-ps.1.md b/docs/source/markdown/podman-ps.1.md index 298de0b2b..024b85ea5 100644 --- a/docs/source/markdown/podman-ps.1.md +++ b/docs/source/markdown/podman-ps.1.md @@ -105,7 +105,7 @@ Valid filters are listed below: | name | [Name] Container's name | | label | [Key] or [Key=Value] Label assigned to a container | | exited | [Int] Container's exit code | -| status | [Status] Container's status: *created*, *exited*, *paused*, *running*, *unknown* | +| status | [Status] Container's status: 'created', 'exited', 'paused', 'running', 'unknown' | | ancestor | [ImageName] Image or descendant used to create container | | before | [ID] or [Name] Containers created before this container | | since | [ID] or [Name] Containers created since this container | |