mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
Merge branch 'fix/minor-spelling' into 'main'
chore(cmd): Fixing minor spelling error. See merge request nvidia/container-toolkit/container-toolkit!382
This commit is contained in:
commit
8736d1e78f
@ -50,7 +50,7 @@ func (m command) build() *cli.Command {
|
||||
|
||||
c := cli.Command{
|
||||
Name: "create-device-nodes",
|
||||
Usage: "A utility to create NVIDIA device ndoes",
|
||||
Usage: "A utility to create NVIDIA device nodes",
|
||||
Before: func(c *cli.Context) error {
|
||||
return m.validateFlags(c, &opts)
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user