mirror of
				https://github.com/NVIDIA/nvidia-container-toolkit
				synced 2025-06-26 18:18:24 +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, | ||||
| 		}, | ||||
| 		&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, | ||||
| 		}, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user