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 2d08ad4 commit 844e900
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 @@ -72,7 +72,7 @@ func realMain() int {

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

var excluded bool
flag.BoolVar(&excluded, "excluded", config.Excluded, "only output excluded files")
Expand Down

0 comments on commit 844e900

Please sign in to comment.