Skip to content

Commit

Permalink
fix: typo in cli arg
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj committed Sep 27, 2022
1 parent 7581e80 commit f8df105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pciids/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func main() {
Destination: &debugOutput,
},
&cli.BoolFlag{
Name: "lang",
Name: "json",
Usage: "enable output in JSON",
Destination: &jsonOutput,
},
Expand Down

0 comments on commit f8df105

Please # to comment.