From 9d844e4a0bf1d3e2d31fd55f1f9e3788e6589a19 Mon Sep 17 00:00:00 2001 From: Alexander Mironov Date: Tue, 7 Feb 2023 02:24:14 +0300 Subject: [PATCH] Update --help --- src/config/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/args.rs b/src/config/args.rs index bb547df..aeb841f 100644 --- a/src/config/args.rs +++ b/src/config/args.rs @@ -281,7 +281,7 @@ Conflicts with --verify for now.") Arg::with_name("max") .short("m") .long("max") - .help("Change the maximum number of parameters per request.\n(default is 128/192/256 for query, 64 for headers and 512 for body)") + .help("Change the maximum number of parameters per request.\n(default is <= 256 for query, 64 for headers and 512 for body)") .takes_value(true) ) .arg(