summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-image-prune.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/markdown/podman-image-prune.1.md')
-rw-r--r--docs/source/markdown/podman-image-prune.1.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-image-prune.1.md b/docs/source/markdown/podman-image-prune.1.md
index 73024ffb8..bd08d18fc 100644
--- a/docs/source/markdown/podman-image-prune.1.md
+++ b/docs/source/markdown/podman-image-prune.1.md
@@ -8,8 +8,7 @@ podman-image-prune - Remove all unused images from the local store
## DESCRIPTION
**podman image prune** removes all dangling images from local storage. With the `all` option,
-you can delete all unused images. Unused images are dangling images as well as any image that
-does not have any containers based on it.
+you can delete all unused images (i.e., images not in use by any container).
The image prune command does not prune cache images that only use layers that are necessary for other images.