mirror of https://github.com/XAMPPRocky/tokei
Fix a minor typo in CLI help text (#1217)
The typo was introduced during the clap v3 migration in
177d32e024.
This commit is contained in:
parent
6f2b9b2216
commit
97e6892d67
|
|
@ -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.\
|
||||
",
|
||||
))
|
||||
|
|
|
|||
Loading…
Reference in New Issue