summaryrefslogtreecommitdiff
path: root/cmd/podman/images.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/images.go')
-rw-r--r--cmd/podman/images.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/podman/images.go b/cmd/podman/images.go
index 024b6e240..4cf819f3c 100644
--- a/cmd/podman/images.go
+++ b/cmd/podman/images.go
@@ -128,6 +128,7 @@ var (
Action: imagesCmd,
ArgsUsage: "",
UseShortOptionHandling: true,
+ OnUsageError: usageErrorHandler,
}
lsImagesCommand = cli.Command{
Name: "ls",
@@ -137,6 +138,7 @@ var (
Action: imagesCmd,
ArgsUsage: "",
UseShortOptionHandling: true,
+ OnUsageError: usageErrorHandler,
}
)