summaryrefslogtreecommitdiff
path: root/cmd/podman/restart.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/restart.go')
-rw-r--r--cmd/podman/restart.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/restart.go b/cmd/podman/restart.go
index 89484f895..d2d0c0fd7 100644
--- a/cmd/podman/restart.go
+++ b/cmd/podman/restart.go
@@ -30,6 +30,7 @@ var (
Action: restartCmd,
ArgsUsage: "CONTAINER [CONTAINER ...]",
UseShortOptionHandling: true,
+ OnUsageError: usageErrorHandler,
}
)