From 6ca574dc3ab6d517257482d81b3ad6a6bbf81c43 Mon Sep 17 00:00:00 2001 From: Raul Sevilla Date: Tue, 13 Jul 2021 10:54:26 +0200 Subject: [PATCH] Update USE in order to fix tests Signed-off-by: Raul Sevilla --- cmd/podman/manifest/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/podman/manifest/create.go b/cmd/podman/manifest/create.go index 0c1ef89f9e..95c9f89b0f 100644 --- a/cmd/podman/manifest/create.go +++ b/cmd/podman/manifest/create.go @@ -13,7 +13,7 @@ import ( var ( manifestCreateOpts = entities.ManifestCreateOptions{} createCmd = &cobra.Command{ - Use: "create [options] LIST [IMAGE]", + Use: "create [options] LIST [IMAGE...]", Short: "Create manifest list or image index", Long: "Creates manifest lists or image indexes.", RunE: create,