diff options
author | vanhauser-thc <vh@thc.org> | 2021-12-29 10:57:37 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-12-29 10:57:37 +0100 |
commit | 0792cab5661271250218f6b83b2298e491191e67 (patch) | |
tree | 2f6cb4361e9a91a53e714273fab8abe11d8e60f9 /src | |
parent | b5cb99f6fe84603d4bc896a2d56b9ad1e86779f6 (diff) | |
download | afl++-0792cab5661271250218f6b83b2298e491191e67.tar.gz |
add power schedule info
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-fuzz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index e19d3c15..5c62262e 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -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). " |