summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-pod-rm.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/markdown/podman-pod-rm.1.md')
-rw-r--r--docs/source/markdown/podman-pod-rm.1.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/markdown/podman-pod-rm.1.md b/docs/source/markdown/podman-pod-rm.1.md
index ed33c5e57..75a44c6d4 100644
--- a/docs/source/markdown/podman-pod-rm.1.md
+++ b/docs/source/markdown/podman-pod-rm.1.md
@@ -15,6 +15,10 @@ podman\-pod\-rm - Remove one or more stopped pods and containers
Remove all pods. Can be used in conjunction with \-f as well.
+#### **--force**, **-f**
+
+Stop running containers and delete all stopped containers before removal of pod.
+
#### **--ignore**, **-i**
Ignore errors when specified pods are not in the container store. A user might
@@ -25,10 +29,6 @@ ExecStop directive of a systemd service referencing that pod.
Instead of providing the pod name or ID, remove the last created pod. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
-#### **--force**, **-f**
-
-Stop running containers and delete all stopped containers before removal of pod.
-
#### **--pod-id-file**
Read pod ID from the specified file and remove the pod. Can be specified multiple times.