From f9152d075a3175ad62f77b3166c3cb0df2c310f2 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 26 Jul 2018 16:10:46 -0400 Subject: Cleanup descriptions and help information Signed-off-by: Daniel J Walsh Closes: #1167 Approved by: baude --- cmd/podman/pod_restart.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/podman/pod_restart.go') 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.` -- cgit v1.2.3-54-g00ecf