mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 16:29:18 +00:00
FIX: Rename containerSpec flag to container-spec
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
7c10762768
commit
c87ae586d4
@ -66,7 +66,7 @@ func (m command) build() *cli.Command {
|
|||||||
Destination: &cfg.folders,
|
Destination: &cfg.folders,
|
||||||
},
|
},
|
||||||
&cli.StringFlag{
|
&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",
|
Usage: "Specify the path to the OCI container spec. If empty or '-' the spec will be read from STDIN",
|
||||||
Destination: &cfg.containerSpec,
|
Destination: &cfg.containerSpec,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user