From db0a2bcb5a5d03dc2b1932b8c27ae9410fdcaa9c Mon Sep 17 00:00:00 2001
From: Valentin Rothberg <rothberg@redhat.com>
Date: Wed, 20 Feb 2019 12:47:58 +0100
Subject: [PATCH] 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>
---
 cmd/podman/commands.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go
index fa3839a534..27ac342baa 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,