diff options
Diffstat (limited to 'cmd/podman/pod_restart.go')
-rw-r--r-- | cmd/podman/pod_restart.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/pod_restart.go b/cmd/podman/pod_restart.go index cd0081c8c..a4b121009 100644 --- a/cmd/podman/pod_restart.go +++ b/cmd/podman/pod_restart.go @@ -16,7 +16,7 @@ var ( Name: "all, a", Usage: "restart all pods", }, - LatestFlag, + LatestPodFlag, } podRestartDescription = `Restarts one or more pods. The pod ID or name can be used.` |