mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
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:
@ -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,
|
||||||
|
Reference in New Issue
Block a user