diff options
Diffstat (limited to 'cmd/podman/create.go')
-rw-r--r-- | cmd/podman/create.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/create.go b/cmd/podman/create.go index 6b5151c1b..209064eff 100644 --- a/cmd/podman/create.go +++ b/cmd/podman/create.go @@ -52,6 +52,7 @@ var createCommand = cli.Command{ HideHelp: true, SkipArgReorder: true, UseShortOptionHandling: true, + OnUsageError: usageErrorHandler, } func createCmd(c *cli.Context) error { |