aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2019-02-20 12:47:58 +0100
committerValentin Rothberg <rothberg@redhat.com>2019-02-20 12:49:31 +0100
commitdb0a2bcb5a5d03dc2b1932b8c27ae9410fdcaa9c (patch)
tree9468fe7d9d0296b0b88c1512dd24b870f9f0e734
parent3b88c7350726f5a019f989a1ab7e5046917f2f79 (diff)
downloadpodman-db0a2bcb5a5d03dc2b1932b8c27ae9410fdcaa9c.tar.gz
podman-db0a2bcb5a5d03dc2b1932b8c27ae9410fdcaa9c.tar.bz2
podman-db0a2bcb5a5d03dc2b1932b8c27ae9410fdcaa9c.zip
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>
-rw-r--r--cmd/podman/commands.go1
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,