summaryrefslogtreecommitdiff
path: root/cmd/podman/rm.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/rm.go')
-rw-r--r--cmd/podman/rm.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/rm.go b/cmd/podman/rm.go
index bb9a913c9..e9083ef74 100644
--- a/cmd/podman/rm.go
+++ b/cmd/podman/rm.go
@@ -39,7 +39,6 @@ func init() {
flags.BoolVarP(&rmCommand.Latest, "latest", "l", false, "Act on the latest container podman is aware of")
flags.BoolVarP(&rmCommand.Volumes, "volumes", "v", false, "Remove the volumes associated with the container (Not implemented yet)")
- rootCmd.AddCommand(rmCommand.Command)
}
// saveCmd saves the image to either docker-archive or oci