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,
|
_createCommand,
|
||||||
_diffCommand,
|
_diffCommand,
|
||||||
_execCommand,
|
_execCommand,
|
||||||
_killCommand,
|
|
||||||
generateCommand.Command,
|
generateCommand.Command,
|
||||||
podCommand.Command,
|
podCommand.Command,
|
||||||
_containerKubeCommand,
|
_containerKubeCommand,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue