diff options
Diffstat (limited to 'cmd/podman/info.go')
-rw-r--r-- | cmd/podman/info.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/info.go b/cmd/podman/info.go index 0896e16a4..177878e5a 100644 --- a/cmd/podman/info.go +++ b/cmd/podman/info.go @@ -37,7 +37,6 @@ func init() { flags.BoolVarP(&infoCommand.Debug, "debug", "D", false, "Display additional debug information") flags.StringVarP(&infoCommand.Format, "format", "f", "", "Change the output format to JSON or a Go template") - rootCmd.AddCommand(infoCommand.Command) } func infoCmd(c *cliconfig.InfoValues) error { |