Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jul 3, 2024
1 parent 64730ef commit e9b323c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ fn main() {
.required(false))
.arg(Arg::with_name("min-token-length")
.long("min-token-length")
.help("Minimum token length to consider, shorter tokens will be ignored and not matched (applies --tokens, --coverage and --coverage-matrix)")
.help("Minimum token length to consider, shorter tokens will be ignored and not matched (applies only to --tokens, --coverage and --coverage-matrix)")
.takes_value(true)
.required(false))
.arg(Arg::with_name("cjk")
Expand Down

0 comments on commit e9b323c

Please sign in to comment.