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/common.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cmd/podman/common.go') diff --git a/cmd/podman/common.go b/cmd/podman/common.go index ef7463773..93fa9653a 100644 --- a/cmd/podman/common.go +++ b/cmd/podman/common.go @@ -19,6 +19,10 @@ var ( Name: "latest, l", Usage: "act on the latest container podman is aware of", } + LatestPodFlag = cli.BoolFlag{ + Name: "latest, l", + Usage: "act on the latest pod podman is aware of", + } ) const ( -- cgit v1.2.3-54-g00ecf