Update USE in order to fix tests

Signed-off-by: Raul Sevilla <rsevilla@redhat.com>
This commit is contained in:
Raul Sevilla 2021-07-13 10:54:26 +02:00
parent 00db5c6eaf
commit 6ca574dc3a
No known key found for this signature in database
GPG Key ID: 78A31AEAFB3290FB
1 changed files with 1 additions and 1 deletions

View File

@ -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,