mirror of
https://github.com/containers/podman.git
synced 2025-07-27 10:22:49 +08:00
Update USE in order to fix tests
Signed-off-by: Raul Sevilla <rsevilla@redhat.com>
This commit is contained in:
@ -13,7 +13,7 @@ import (
|
|||||||
var (
|
var (
|
||||||
manifestCreateOpts = entities.ManifestCreateOptions{}
|
manifestCreateOpts = entities.ManifestCreateOptions{}
|
||||||
createCmd = &cobra.Command{
|
createCmd = &cobra.Command{
|
||||||
Use: "create [options] LIST [IMAGE]",
|
Use: "create [options] LIST [IMAGE...]",
|
||||||
Short: "Create manifest list or image index",
|
Short: "Create manifest list or image index",
|
||||||
Long: "Creates manifest lists or image indexes.",
|
Long: "Creates manifest lists or image indexes.",
|
||||||
RunE: create,
|
RunE: create,
|
||||||
|
Reference in New Issue
Block a user