diff options
Diffstat (limited to 'cmd/podman/search.go')
-rw-r--r-- | cmd/podman/search.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/podman/search.go b/cmd/podman/search.go index b15da1f6d..10c29c918 100644 --- a/cmd/podman/search.go +++ b/cmd/podman/search.go @@ -50,8 +50,6 @@ func init() { flags.IntVar(&searchCommand.Limit, "limit", 0, "Limit the number of results") flags.BoolVar(&searchCommand.NoTrunc, "no-trunc", false, "Do not truncate the output") flags.BoolVar(&searchCommand.TlsVerify, "tls-verify", true, "Require HTTPS and verify certificates when contacting registries (default: true)") - - rootCmd.AddCommand(searchCommand.Command) } type searchParams struct { |