summaryrefslogtreecommitdiff
path: root/cmd/podman/pods/pause.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/pods/pause.go')
-rw-r--r--cmd/podman/pods/pause.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/pods/pause.go b/cmd/podman/pods/pause.go
index 591378983..bba26f90d 100644
--- a/cmd/podman/pods/pause.go
+++ b/cmd/podman/pods/pause.go
@@ -16,7 +16,7 @@ var (
All running containers within each specified pod will then be paused.`
pauseCommand = &cobra.Command{
- Use: "pause [flags] POD [POD...]",
+ Use: "pause [options] POD [POD...]",
Short: "Pause one or more pods",
Long: podPauseDescription,
RunE: pause,