Skip to content

Commit

Permalink
Adjust help message wording
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed May 10, 2024
1 parent 8a14492 commit 52d3272
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,9 @@ Options:
reset all targets, use --reset-all
--resume Resume target's last fuzzing session
--run-until-crash Stop fuzzing once a crash is found
--slice <SECONDS> When there are not sufficiently many cpus to fuzz all targets
concurrently, fuzz them in intervals of <SECONDS> [default: 1200]
--slice <SECONDS> If there are not sufficiently many cpus to fuzz all targets
simultaneously, fuzz them in intervals of <SECONDS> [default:
1200]
--test <NAME> Integration test containing fuzz target
--timeout <TIMEOUT> Number of seconds to consider a hang when fuzzing or replaying
(equivalent to -- -t <TIMEOUT * 1000> when fuzzing)
Expand Down
2 changes: 1 addition & 1 deletion cargo-test-fuzz/src/bin/cargo_test_fuzz/transition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ struct TestFuzzWithDeprecations {
long,
value_name = "SECONDS",
default_value = "1200",
help = "When there are not sufficiently many cpus to fuzz all targets concurrently, fuzz \
help = "If there are not sufficiently many cpus to fuzz all targets simultaneously, fuzz \
them in intervals of <SECONDS>"
)]
slice: u64,
Expand Down

0 comments on commit 52d3272

Please sign in to comment.