diff options
Diffstat (limited to 'cmd/podman/pod_kill.go')
-rw-r--r-- | cmd/podman/pod_kill.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/pod_kill.go b/cmd/podman/pod_kill.go index e233c76b1..43924f8a0 100644 --- a/cmd/podman/pod_kill.go +++ b/cmd/podman/pod_kill.go @@ -23,7 +23,7 @@ var ( Usage: "Signal to send to the containers in the pod", Value: "KILL", }, - LatestFlag, + LatestPodFlag, } podKillDescription = "The main process of each container inside the specified pod will be sent SIGKILL, or any signal specified with option --signal." podKillCommand = cli.Command{ |