summaryrefslogtreecommitdiff
path: root/cmd/podman/pod_pause.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/pod_pause.go')
-rw-r--r--cmd/podman/pod_pause.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/pod_pause.go b/cmd/podman/pod_pause.go
index 284740d22..f7c90dbbe 100644
--- a/cmd/podman/pod_pause.go
+++ b/cmd/podman/pod_pause.go
@@ -13,7 +13,7 @@ var (
podPauseCommand cliconfig.PodPauseValues
podPauseDescription = `Pauses one or more pods. The pod name or ID can be used.`
_podPauseCommand = &cobra.Command{
- Use: "pause",
+ Use: "pause [flags] POD [POD...]",
Short: "Pause one or more pods",
Long: podPauseDescription,
RunE: func(cmd *cobra.Command, args []string) error {