summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-ps.1.md
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-12-14 16:03:19 -0500
committerDaniel J Walsh <dwalsh@redhat.com>2021-12-14 16:03:21 -0500
commit51a4bef2e62b500457bcd473a1d97ca150f4d1b4 (patch)
tree5a4c91f22f2a4955cfd9068461cdca479969e2d3 /docs/source/markdown/podman-ps.1.md
parentc36fb8b1138b112ec3d53e5cf89a2fbcb12e6840 (diff)
downloadpodman-51a4bef2e62b500457bcd473a1d97ca150f4d1b4.tar.gz
podman-51a4bef2e62b500457bcd473a1d97ca150f4d1b4.tar.bz2
podman-51a4bef2e62b500457bcd473a1d97ca150f4d1b4.zip
Show --external containers even without --all option
We currently do not show --external containers when the user specifies it, unless they also specify the --all flag. This has led to confusion. I see no reason not to list them without the --all flag if the user specifies the option. Fixes: https://github.com/containers/podman/issues/12353 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-ps.1.md')
-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**