summaryrefslogtreecommitdiff
path: root/docs/podman-rm.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/podman-rm.1.md')
-rw-r--r--docs/podman-rm.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman-rm.1.md b/docs/podman-rm.1.md
index a3d1ec03c..5f542906d 100644
--- a/docs/podman-rm.1.md
+++ b/docs/podman-rm.1.md
@@ -4,10 +4,10 @@
podman\-rm - Remove one or more containers
## SYNOPSIS
-**podman** **rm** [*options* [...]] container
+**podman rm** [*options*] *container*
## DESCRIPTION
-podman rm will remove one or more containers from the host. The container name or ID can be used. This does not remove images. Running containers will not be removed without the -f option
+**podman rm** will remove one or more containers from the host. The container name or ID can be used. This does not remove images. Running containers will not be removed without the `-f` option
## OPTIONS