diff options
author | van Hauser <vh@thc.org> | 2019-06-23 11:19:51 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-06-23 11:19:51 +0200 |
commit | 2db576f52b9b849cca1ebffafa310ee27b150cd8 (patch) | |
tree | 745f4a8f527fd94dc48c42ebcce7b13de7fcef50 /afl-fuzz.c | |
parent | 421edce6236ffec860fe554d6b41266d8f3ff77d (diff) | |
download | afl++-2db576f52b9b849cca1ebffafa310ee27b150cd8.tar.gz |
better power schedule documentation
Diffstat (limited to 'afl-fuzz.c')
-rw-r--r-- | afl-fuzz.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/afl-fuzz.c b/afl-fuzz.c index cda2434a..4235bec5 100644 --- a/afl-fuzz.c +++ b/afl-fuzz.c @@ -7611,6 +7611,7 @@ static void usage(u8* argv0) { "Execution control settings:\n" " -p schedule - power schedules recompute a seed's performance score.\n" " <explore (default), fast, coe, lin, quad, or exploit>\n" + " see docs/power_schedules.txt\n" " -f file - location read by the fuzzed program (stdin)\n" " -t msec - timeout for each run (auto-scaled, 50-%u ms)\n" " -m megs - memory limit for child process (%u MB)\n" |