Skip to content

Commit

Permalink
Fix typo: should be --help-query-gpu
Browse files Browse the repository at this point in the history
```
  SELECTIVE QUERY OPTIONS:
                                                                                                                                            
    Allows the caller to pass an explicit list of properties to query. 
                                                                      
    [one of]

    --query-gpu                 Information about GPU.
                                Call --help-query-gpu for more info.
    [...]
```
  • Loading branch information
drigz authored and utkuozdemir committed Dec 19, 2024
1 parent 0979dd8 commit e84a75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nvidia_gpu_exporter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func main() {
Default(exporter.DefaultNvidiaSmiCommand).String()
qFields = kingpin.Flag("query-field-names",
fmt.Sprintf("Comma-separated list of the query fields. "+
"You can find out possible fields by running `nvidia-smi --help-query-gpus`. "+
"You can find out possible fields by running `nvidia-smi --help-query-gpu`. "+
"The value `%s` will automatically detect the fields to query.", exporter.DefaultQField)).
Default(exporter.DefaultQField).String()
)
Expand Down

0 comments on commit e84a75d

Please sign in to comment.