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
commit a68c964bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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