summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/podman-rmi.1.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/podman-rmi.1.md b/docs/podman-rmi.1.md
index 9ef3cb963..6b6b50fdd 100644
--- a/docs/podman-rmi.1.md
+++ b/docs/podman-rmi.1.md
@@ -15,10 +15,11 @@ Removes one or more locally stored images.
**-all**, **-a**
-Remove all of the locally storage images
-**--force, -f**
+Remove all images in the local storage.
-Executing this command will stop all containers that are using the image and remove them from the system
+**--force**, **-f**
+
+This option will cause podman to remove all containers that are using the image before removing the image from the system.
## EXAMPLE