Skip to content

Commit

Permalink
Corrected grammatical error in usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Aug 16, 2024
1 parent c4f8dda commit 2d08ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func realMain() int {
flag.BoolVar(&nocolor, "n", config.Nocolor, "disable use of colors")

var ignorefile string
flag.StringVar(&ignorefile, "ignorefile", "", "a path to an specific ignore file")
flag.StringVar(&ignorefile, "ignorefile", "", "a path to a specific ignore file")
flag.StringVar(&ignorefile, "i", "", "a path to an specific ignore file")

var excluded bool
Expand Down

0 comments on commit 2d08ad4

Please sign in to comment.