diff options
Diffstat (limited to 'docs/podman-kill.1.md')
-rw-r--r-- | docs/podman-kill.1.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/podman-kill.1.md b/docs/podman-kill.1.md index 118246fdb..617d25b85 100644 --- a/docs/podman-kill.1.md +++ b/docs/podman-kill.1.md @@ -1,11 +1,13 @@ % podman-kill(1) ## NAME -podman\-kill - Kills one or more containers with a signal +podman\-kill - Kill the main process in one or more containers ## SYNOPSIS **podman kill** [*options*] [*container* ...] +**podman container kill** [*options*] [*container* ...] + ## DESCRIPTION The main process inside each container specified will be sent SIGKILL, or any signal specified with option --signal. |