From bd104d2948893727add27de8e07fdf1874afdee3 Mon Sep 17 00:00:00 2001 From: Dave Baker Date: Tue, 17 Nov 2020 16:34:32 -0500 Subject: Fix example for manifest push Signed-off-by: Dave Baker --- cmd/podman/manifest/push.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/podman/manifest/push.go') diff --git a/cmd/podman/manifest/push.go b/cmd/podman/manifest/push.go index 593d62710..a3b469491 100644 --- a/cmd/podman/manifest/push.go +++ b/cmd/podman/manifest/push.go @@ -28,7 +28,7 @@ var ( Short: "Push a manifest list or image index to a registry", Long: "Pushes manifest lists and image indexes to registries.", RunE: push, - Example: `podman manifest push mylist:v1.11 quay.io/myimagelist`, + Example: `podman manifest push mylist:v1.11 docker://quay.io/myuser/image:v1.11`, Args: cobra.ExactArgs(2), ValidArgsFunction: common.AutocompleteImages, } -- cgit v1.2.3-54-g00ecf