aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-kill.1.md.in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/markdown/podman-kill.1.md.in')
-rw-r--r--docs/source/markdown/podman-kill.1.md.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/source/markdown/podman-kill.1.md.in b/docs/source/markdown/podman-kill.1.md.in
index 2788cc694..46d7f5c6b 100644
--- a/docs/source/markdown/podman-kill.1.md.in
+++ b/docs/source/markdown/podman-kill.1.md.in
@@ -23,10 +23,7 @@ Signal all running and paused containers.
Instead of providing the container name or ID, use the last created container. If you use methods other than Podman
to run containers such as CRI-O, the last started container could be from either of those methods. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
-#### **--signal**, **-s**
-
-Signal to send to the container. For more information on Linux signals, refer to *man signal(7)*.
-
+@@option signal
## EXAMPLE