aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-12-29 10:57:37 +0100
committervanhauser-thc <vh@thc.org>2021-12-29 10:57:37 +0100
commit0792cab5661271250218f6b83b2298e491191e67 (patch)
tree2f6cb4361e9a91a53e714273fab8abe11d8e60f9 /src
parentb5cb99f6fe84603d4bc896a2d56b9ad1e86779f6 (diff)
downloadafl++-0792cab5661271250218f6b83b2298e491191e67.tar.gz
add power schedule info
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz.c2
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). "