summaryrefslogtreecommitdiff
path: root/docs/source/markdown
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-12-15 15:43:11 +0100
committerGitHub <noreply@github.com>2021-12-15 15:43:11 +0100
commit9212c74ff180ee6090a1d4ff77999c19b613c7b6 (patch)
tree87ea90a403b1cb290272025ac67867cb27597505 /docs/source/markdown
parent7dabcbd7bcf78f3b5d310ed547801106da382618 (diff)
parent51a4bef2e62b500457bcd473a1d97ca150f4d1b4 (diff)
downloadpodman-9212c74ff180ee6090a1d4ff77999c19b613c7b6.tar.gz
podman-9212c74ff180ee6090a1d4ff77999c19b613c7b6.tar.bz2
podman-9212c74ff180ee6090a1d4ff77999c19b613c7b6.zip
Merge pull request #12600 from rhatdan/external
Show --external containers even without --all option
Diffstat (limited to 'docs/source/markdown')
-rw-r--r--docs/source/markdown/podman-ps.1.md2
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 4bae3e6bd..827fb2b2f 100644
--- a/docs/source/markdown/podman-ps.1.md
+++ b/docs/source/markdown/podman-ps.1.md
@@ -34,7 +34,7 @@ Note: Podman shares containers storage with other tools such as Buildah and CRI-
#### **--external**
-Display external containers that are not controlled by Podman but are stored in containers storage. These external containers are generally created via other container technology such as Buildah or CRI-O and may depend on the same container images that Podman is also using. External containers are denoted with either a 'buildah' or 'storage' in the COMMAND and STATUS column of the ps output. Only used with the --all option.
+Display external containers that are not controlled by Podman but are stored in containers storage. These external containers are generally created via other container technology such as Buildah or CRI-O and may depend on the same container images that Podman is also using. External containers are denoted with either a 'buildah' or 'storage' in the COMMAND and STATUS column of the ps output.
#### **--filter**, **-f**