diff options
Diffstat (limited to 'docs/podman-kill.1.md')
-rw-r--r-- | docs/podman-kill.1.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/podman-kill.1.md b/docs/podman-kill.1.md index 5144511fb..617d25b85 100644 --- a/docs/podman-kill.1.md +++ b/docs/podman-kill.1.md @@ -6,6 +6,8 @@ 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. |