We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481000b commit 3c9d95cCopy full SHA for 3c9d95c
cmd/nvidia-ctk/cdi/generate/generate.go
@@ -130,7 +130,7 @@ func (m command) build() *cli.Command {
130
},
131
&cli.StringSliceFlag{
132
Name: "csv.file",
133
- Usage: "The path to the list of CSV files to use when generating the CDI specification in CDI mode.",
+ Usage: "The path to the list of CSV files to use when generating the CDI specification in CSV mode.",
134
Value: cli.NewStringSlice(csv.DefaultFileList()...),
135
Destination: &opts.csv.files,
136
0 commit comments