diff options
Diffstat (limited to 'docs/podman-kill.1.md')
-rw-r--r-- | docs/podman-kill.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-kill.1.md b/docs/podman-kill.1.md index 73bd658f5..115edc564 100644 --- a/docs/podman-kill.1.md +++ b/docs/podman-kill.1.md @@ -4,7 +4,7 @@ podman\-kill - Kills one or more containers with a signal ## SYNOPSIS -**podman kill [OPTIONS] CONTAINER [...]** +**podman kill** [*options*] *container* ... ## DESCRIPTION The main process inside each container specified will be sent SIGKILL, or any signal specified with option --signal. |