diff options
Diffstat (limited to 'cmd/podman/pull.go')
-rw-r--r-- | cmd/podman/pull.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/pull.go b/cmd/podman/pull.go index d70719164..ad1469403 100644 --- a/cmd/podman/pull.go +++ b/cmd/podman/pull.go @@ -48,7 +48,6 @@ func init() { flags.StringVar(&pullCommand.SignaturePolicy, "signature-policy", "", "`Pathname` of signature policy file (not usually used)") flags.BoolVar(&pullCommand.TlsVerify, "tls-verify", true, "Require HTTPS and verify certificates when contacting registries (default: true)") - rootCmd.AddCommand(pullCommand.Command) } // pullCmd gets the data from the command line and calls pullImage |