mirror of
				https://github.com/NVIDIA/nvidia-container-toolkit
				synced 2025-06-26 18:18:24 +00:00 
			
		
		
		
	Fix usage string in CLI
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
		
							parent
							
								
									481000b4ce
								
							
						
					
					
						commit
						3c9d95c62f
					
				| @ -130,7 +130,7 @@ func (m command) build() *cli.Command { | ||||
| 		}, | ||||
| 		&cli.StringSliceFlag{ | ||||
| 			Name:        "csv.file", | ||||
| 			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.", | ||||
| 			Value:       cli.NewStringSlice(csv.DefaultFileList()...), | ||||
| 			Destination: &opts.csv.files, | ||||
| 		}, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user