Skip to content

Commit

Permalink
Update --help
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh1Yo committed Feb 6, 2023
1 parent 6ad819a commit 9d844e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 9d844e4

Please sign in to comment.