diff options
Diffstat (limited to 'cmd/podman/create.go')
-rw-r--r-- | cmd/podman/create.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/create.go b/cmd/podman/create.go index 2f8742052..7aa371147 100644 --- a/cmd/podman/create.go +++ b/cmd/podman/create.go @@ -65,7 +65,6 @@ func init() { flags := createCommand.Flags() flags.SetInterspersed(true) - rootCmd.AddCommand(createCommand.Command) } func createCmd(c *cliconfig.CreateValues) error { |