summaryrefslogtreecommitdiff
path: root/cmd/podman/pod_start.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/pod_start.go')
-rw-r--r--cmd/podman/pod_start.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/pod_start.go b/cmd/podman/pod_start.go
index 8b35d3e04..829fe2107 100644
--- a/cmd/podman/pod_start.go
+++ b/cmd/podman/pod_start.go
@@ -32,6 +32,7 @@ var (
func init() {
podStartCommand.Command = _podStartCommand
+ podStartCommand.SetUsageTemplate(UsageTemplate())
flags := podStartCommand.Flags()
flags.BoolVarP(&podStartCommand.All, "all", "a", false, "Start all pods")
flags.BoolVarP(&podStartCommand.Latest, "latest", "l", false, "Start the latest pod podman is aware of")