diff options
Diffstat (limited to 'cmd/podman/pod_rm.go')
-rw-r--r-- | cmd/podman/pod_rm.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/pod_rm.go b/cmd/podman/pod_rm.go index 549fa0290..09eb9b394 100644 --- a/cmd/podman/pod_rm.go +++ b/cmd/podman/pod_rm.go @@ -34,6 +34,7 @@ If --force is specified, all containers will be stopped, then removed. Action: podRmCmd, ArgsUsage: "[POD ...]", UseShortOptionHandling: true, + OnUsageError: usageErrorHandler, } ) |