Skip to content

Commit 3c9d95c

Browse files
committed
Fix usage string in CLI
Signed-off-by: Evan Lezar <elezar@nvidia.com>
1 parent 481000b commit 3c9d95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/nvidia-ctk/cdi/generate/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func (m command) build() *cli.Command {
130130
},
131131
&cli.StringSliceFlag{
132132
Name: "csv.file",
133-
Usage: "The path to the list of CSV files to use when generating the CDI specification in CDI mode.",
133+
Usage: "The path to the list of CSV files to use when generating the CDI specification in CSV mode.",
134134
Value: cli.NewStringSlice(csv.DefaultFileList()...),
135135
Destination: &opts.csv.files,
136136
},

0 commit comments

Comments
 (0)