summaryrefslogtreecommitdiff
path: root/cmd/podman/pod.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/pod.go')
-rw-r--r--cmd/podman/pod.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/pod.go b/cmd/podman/pod.go
index dde43f77c..0c6ec5e8c 100644
--- a/cmd/podman/pod.go
+++ b/cmd/podman/pod.go
@@ -29,5 +29,6 @@ Pods are a group of one or more containers sharing the same network, pid and ipc
Description: podDescription,
UseShortOptionHandling: true,
Subcommands: podSubCommands,
+ OnUsageError: usageErrorHandler,
}
)