diff options
Diffstat (limited to 'cmd/podman/common.go')
-rw-r--r-- | cmd/podman/common.go | 4 |
1 files changed, 4 insertions, 0 deletions
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 ( |