FIX: Rename containerSpec flag to container-spec

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar 2022-04-07 16:45:43 +02:00
parent 7c10762768
commit c87ae586d4

View File

@ -66,7 +66,7 @@ func (m command) build() *cli.Command {
Destination: &cfg.folders,
},
&cli.StringFlag{
Name: "containerSpec",
Name: "container-spec",
Usage: "Specify the path to the OCI container spec. If empty or '-' the spec will be read from STDIN",
Destination: &cfg.containerSpec,
},