Merge pull request #2377 from vrothberg/kill-squared

remove duplicate kill from `podman --help`
This commit is contained in:
OpenShift Merge Robot
2019-02-20 19:24:45 +01:00
committed by GitHub

View File

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