add power schedule info

This commit is contained in:
vanhauser-thc
2021-12-29 10:57:37 +01:00
parent b5cb99f6fe
commit 0792cab566
3 changed files with 24 additions and 2 deletions

View File

@ -105,7 +105,7 @@ static void usage(u8 *argv0, int more_help) {
" -p schedule - power schedules compute a seed's performance score:\n"
" fast(default), explore, exploit, seek, rare, mmopt, "
"coe, lin\n"
" quad -- see docs/power_schedules.md\n"
" quad -- see docs/FAQ.md for more information\n"
" -f file - location read by the fuzzed program (default: stdin "
"or @@)\n"
" -t msec - timeout for each run (auto-scaled, default %u ms). "