diff options
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r-- | cmd/podman/commands.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index fa3839a53..27ac342ba 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -14,7 +14,6 @@ func getMainCommands() []*cobra.Command { _createCommand, _diffCommand, _execCommand, - _killCommand, generateCommand.Command, podCommand.Command, _containerKubeCommand, |