Skip to content

Commit

Permalink
Merge pull request #615 from AMDmi3/patch-1
Browse files Browse the repository at this point in the history
Fix grammar in option description
  • Loading branch information
hatoo authored Nov 30, 2024
2 parents 8e12fe7 + 0fb5a58 commit 327c070
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 @@ -86,7 +86,7 @@ Note: If qps is specified, burst will be ignored",
burst_requests: Option<usize>,

#[arg(
help = "Generate URL by rand_regex crate but dot is disabled for each query e.g. http://127.0.0.1/[a-z][a-z][0-9]. Currently dynamic scheme, host and port with keep-alive are not works well. See https://docs.rs/rand_regex/latest/rand_regex/struct.Regex.html for details of syntax.",
help = "Generate URL by rand_regex crate but dot is disabled for each query e.g. http://127.0.0.1/[a-z][a-z][0-9]. Currently dynamic scheme, host and port with keep-alive do not work well. See https://docs.rs/rand_regex/latest/rand_regex/struct.Regex.html for details of syntax.",
default_value = "false",
long
)]
Expand Down

0 comments on commit 327c070

Please sign in to comment.