Skip to content

Commit

Permalink
Fix a minor typo in CLI help text
Browse files Browse the repository at this point in the history
The typo was introduced during the clap v3 migration in
177d32e.
  • Loading branch information
musicinmybrain committed Dec 23, 2024
1 parent 029045a commit e1d7bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ impl Cli {
.action(ArgAction::SetTrue)
.help(
"\
Don't respect .ignore and .tokeignore files, including this in \
Don't respect .ignore and .tokeignore files, including those in \
parent directories.\
",
))
Expand Down

0 comments on commit e1d7bc6

Please sign in to comment.