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, 1 insertions, 0 deletions
diff --git a/cmd/podman/rm.go b/cmd/podman/rm.go
index f8aef6461..1e5e9d254 100644
--- a/cmd/podman/rm.go
+++ b/cmd/podman/rm.go
@@ -34,6 +34,7 @@ Running containers will not be removed without the -f option.
func init() {
rmCommand.Command = _rmCommand
+ rmCommand.SetUsageTemplate(UsageTemplate())
flags := rmCommand.Flags()
flags.BoolVarP(&rmCommand.All, "all", "a", false, "Remove all containers")
flags.BoolVarP(&rmCommand.Force, "force", "f", false, "Force removal of a running container. The default is false")