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/push.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/podman/push.go') diff --git a/cmd/podman/push.go b/cmd/podman/push.go index a1ee00a65..49786e86f 100644 --- a/cmd/podman/push.go +++ b/cmd/podman/push.go @@ -52,7 +52,6 @@ func init() { flags.StringVar(&pushCommand.SignaturePolicy, "signature-policy", "", "`Pathname` of signature policy file (not usually used)") flags.StringVar(&pushCommand.SignBy, "sign-by", "", "Add a signature at the destination using the specified key") flags.BoolVar(&pushCommand.TlsVerify, "tls-verify", true, "Require HTTPS and verify certificates when contacting registries (default: true)") - rootCmd.AddCommand(pushCommand.Command) } func pushCmd(c *cliconfig.PushValues) error { -- cgit v1.2.3-54-g00ecf