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:
parent
3b88c73507
commit
db0a2bcb5a
|
@ -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