diff options
author | Raul Sevilla <rsevilla@redhat.com> | 2021-07-13 10:54:26 +0200 |
---|---|---|
committer | Raul Sevilla <rsevilla@redhat.com> | 2021-07-13 10:54:26 +0200 |
commit | 6ca574dc3ab6d517257482d81b3ad6a6bbf81c43 (patch) | |
tree | ec077b8fed910fe80d9a4704c9c3d654bcf146d5 /cmd/podman/manifest | |
parent | 00db5c6eafe92f1eb1a06280d951907764ac817d (diff) | |
download | podman-6ca574dc3ab6d517257482d81b3ad6a6bbf81c43.tar.gz podman-6ca574dc3ab6d517257482d81b3ad6a6bbf81c43.tar.bz2 podman-6ca574dc3ab6d517257482d81b3ad6a6bbf81c43.zip |
Update USE in order to fix tests
Signed-off-by: Raul Sevilla <rsevilla@redhat.com>
Diffstat (limited to 'cmd/podman/manifest')
-rw-r--r-- | cmd/podman/manifest/create.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/manifest/create.go b/cmd/podman/manifest/create.go index 0c1ef89f9..95c9f89b0 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, |