From d421d4026e3ed640e346464cfc9f830aba7edd60 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Wed, 3 Jul 2024 12:10:55 +0200 Subject: [PATCH] usage update --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 197b5d4..c426004 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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")