summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-02-20 19:24:45 +0100
committerGitHub <noreply@github.com>2019-02-20 19:24:45 +0100
commita68c964bf31974cf0cfef154d2237099b473857d (patch)
treea629a7fd7404ab1612440806d1dff50d6fe2321c
parent148d46766f8b037e5774798cd92240d91d6f6f4e (diff)
parentdb0a2bcb5a5d03dc2b1932b8c27ae9410fdcaa9c (diff)
downloadpodman-a68c964bf31974cf0cfef154d2237099b473857d.tar.gz
podman-a68c964bf31974cf0cfef154d2237099b473857d.tar.bz2
podman-a68c964bf31974cf0cfef154d2237099b473857d.zip
Merge pull request #2377 from vrothberg/kill-squared
remove duplicate kill from `podman --help`
-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,