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 1d580ac7e..eb9f1b170 100644
--- a/cmd/podman/rm.go
+++ b/cmd/podman/rm.go
@@ -35,6 +35,7 @@ Running containers will not be removed without the -f option.
Action: rmCmd,
ArgsUsage: "",
UseShortOptionHandling: true,
+ OnUsageError: usageErrorHandler,
}
)