summaryrefslogtreecommitdiff
path: root/cmd/podman/pods/start.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/pods/start.go')
-rw-r--r--cmd/podman/pods/start.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/pods/start.go b/cmd/podman/pods/start.go
index e2ca3fd41..28ee4769a 100644
--- a/cmd/podman/pods/start.go
+++ b/cmd/podman/pods/start.go
@@ -24,7 +24,7 @@ var (
All containers defined in the pod will be started.`
startCommand = &cobra.Command{
- Use: "start [flags] POD [POD...]",
+ Use: "start [options] POD [POD...]",
Short: "Start one or more pods",
Long: podStartDescription,
RunE: start,