Skip to content

Commit

Permalink
Fix a minor typo in CLI help text (#1217)
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 authored Jan 23, 2025
1 parent 6f2b9b2 commit 97e6892
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 97e6892

Please sign in to comment.