summaryrefslogtreecommitdiff
path: root/cmd/podman/top.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/top.go')
-rw-r--r--cmd/podman/top.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/top.go b/cmd/podman/top.go
index 5517fe230..9b5c3afae 100644
--- a/cmd/podman/top.go
+++ b/cmd/podman/top.go
@@ -46,6 +46,7 @@ the latest container.
Action: topCmd,
ArgsUsage: "CONTAINER-NAME [format descriptors]",
SkipArgReorder: true,
+ OnUsageError: usageErrorHandler,
}
)