remove duplicate kill from podman --help

Remove the duplicate kill command and only keep it in the
`mainCommands` containing commands that are implemented by
the native client and the remote one.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2019-02-20 12:47:58 +01:00
parent 3b88c73507
commit db0a2bcb5a

View File

@ -14,7 +14,6 @@ func getMainCommands() []*cobra.Command {
_createCommand,
_diffCommand,
_execCommand,
_killCommand,
generateCommand.Command,
podCommand.Command,
_containerKubeCommand,