From 13d2354bc6b43571061d6eccab560fe1f226339e Mon Sep 17 00:00:00 2001 From: baude Date: Sun, 10 Feb 2019 15:25:13 -0600 Subject: Separate remote and local commands In the previous CLI, we had an accurate depiction of commands available for the remote client and those available for the local client. Signed-off-by: baude --- cmd/podman/sign.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmd/podman/sign.go') diff --git a/cmd/podman/sign.go b/cmd/podman/sign.go index a87c12556..2c3f6c09f 100644 --- a/cmd/podman/sign.go +++ b/cmd/podman/sign.go @@ -42,8 +42,6 @@ func init() { flags.StringVarP(&signCommand.Directory, "directory", "d", "", "Define an alternate directory to store signatures") flags.StringVar(&signCommand.SignBy, "sign-by", "", "Name of the signing key") - rootCmd.AddCommand(signCommand.Command) - } // SignatureStoreDir defines default directory to store signatures -- cgit v1.2.3-54-g00ecf