mirror of https://github.com/containers/podman.git
Merge pull request #2377 from vrothberg/kill-squared
remove duplicate kill from `podman --help`
This commit is contained in:
commit
a68c964bf3
|
|
@ -14,7 +14,6 @@ func getMainCommands() []*cobra.Command {
|
|||
_createCommand,
|
||||
_diffCommand,
|
||||
_execCommand,
|
||||
_killCommand,
|
||||
generateCommand.Command,
|
||||
podCommand.Command,
|
||||
_containerKubeCommand,
|
||||
|
|
|
|||
Loading…
Reference in New Issue