Skip to content

Commit 97e6892

Browse files
Fix a minor typo in CLI help text (#1217)
The typo was introduced during the clap v3 migration in 177d32e.
1 parent 6f2b9b2 commit 97e6892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ impl Cli {
141141
.action(ArgAction::SetTrue)
142142
.help(
143143
"\
144-
Don't respect .ignore and .tokeignore files, including this in \
144+
Don't respect .ignore and .tokeignore files, including those in \
145145
parent directories.\
146146
",
147147
))

0 commit comments

Comments
 (0)