diff options
Diffstat (limited to 'cmd/podman/pod_pause.go')
-rw-r--r-- | cmd/podman/pod_pause.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/pod_pause.go b/cmd/podman/pod_pause.go index 0717e6cff..e01d73c9b 100644 --- a/cmd/podman/pod_pause.go +++ b/cmd/podman/pod_pause.go @@ -36,6 +36,7 @@ func init() { flags := podPauseCommand.Flags() flags.BoolVarP(&podPauseCommand.All, "all", "a", false, "Pause all running pods") flags.BoolVarP(&podPauseCommand.Latest, "latest", "l", false, "Act on the latest pod podman is aware of") + markFlagHiddenForRemoteClient("latest", flags) } func podPauseCmd(c *cliconfig.PodPauseValues) error { |