diff options
Diffstat (limited to 'cmd/podman/mount.go')
-rw-r--r-- | cmd/podman/mount.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/mount.go b/cmd/podman/mount.go index 36ca8bcfb..d16b17108 100644 --- a/cmd/podman/mount.go +++ b/cmd/podman/mount.go @@ -45,7 +45,6 @@ func init() { flags.BoolVarP(&mountCommand.Latest, "latest", "l", false, "Act on the latest container podman is aware of") flags.BoolVar(&mountCommand.NoTrunc, "notruncate", false, "Do not truncate output") - rootCmd.AddCommand(mountCommand.Command) } // jsonMountPoint stores info about each container |