cifuzz: s/allowed_broken_targets_percentage/allowed-broken-targets-percentage/ (#3803)

This commit is contained in:
Evgeny Vereshchagin 2020-05-14 01:16:29 +03:00 committed by GitHub
parent 89b1c175a0
commit 0093bb28f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ CIFuzz will never report a failure even if it finds a crash in your project.
This requires the user to manually check the logs for detected bugs. If dry run mode is desired,
make sure to set the dry-run parameters in both the `Build Fuzzers` and `Run Fuzzers` action step.
`allowed_broken_targets_percentage`: Can be set if you want to set a stricter
`allowed-broken-targets-percentage`: Can be set if you want to set a stricter
limit for broken fuzz targets than OSS-Fuzz's check_build. Most users should
not set this.