diff options
Diffstat (limited to 'cmd/podman/inspect.go')
-rw-r--r-- | cmd/podman/inspect.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/inspect.go b/cmd/podman/inspect.go index b2979c6ae..21ad067cd 100644 --- a/cmd/podman/inspect.go +++ b/cmd/podman/inspect.go @@ -46,7 +46,6 @@ func init() { flags.BoolVarP(&inspectCommand.Latest, "latest", "l", false, "Act on the latest container podman is aware of if the type is a container") flags.BoolVarP(&inspectCommand.Size, "size", "s", false, "Display total file size if the type is container") - rootCmd.AddCommand(inspectCommand.Command) } func inspectCmd(c *cliconfig.InspectValues) error { |