Skip to content

Commit

Permalink
usage update
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jul 3, 2024
1 parent 072d4b4 commit d421d40
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 @@ -180,7 +180,7 @@ fn main() {
.arg(Arg::with_name("freq")
.long("freq")
.short('f')
.help("An absolute frequency threshold, return only matches above this threshold, defaults to 1, set to 0 to return the entire lexicon. Does not work with --tokens.")
.help("An absolute frequency threshold, return only matches above this threshold, defaults to 1, set to 0 to return the entire lexicon. Does not work with --tokens/--cjk.")
.takes_value(true)
.default_value("1"))
.arg(Arg::with_name("textfile")
Expand Down

0 comments on commit d421d40

Please sign in to comment.