diff options
author | murx- <till@fam-os.org> | 2021-01-14 13:46:03 +0100 |
---|---|---|
committer | murx- <till@fam-os.org> | 2021-01-14 13:46:03 +0100 |
commit | 53c7aaa57bf5473c5d6a4553c0178410fef17cbc (patch) | |
tree | 72936eff6d3e9242b7a880109a2f811e83a7c570 /src | |
parent | 68acd3d101b8407abf7e3a55bd2cf9b3b694534b (diff) | |
download | afl++-53c7aaa57bf5473c5d6a4553c0178410fef17cbc.tar.gz |
Update documentation to reflect new default power schedule
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-fuzz.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 37f8db8a..6a2b28cf 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -103,8 +103,8 @@ static void usage(u8 *argv0, int more_help) { "Execution control settings:\n" " -p schedule - power schedules compute a seed's performance score:\n" - " <explore(default), rare, exploit, seek, mmopt, coe, " - "fast,\n" + " <fast(default), rare, exploit, seek, mmopt, coe, " + "explore,\n" " lin, quad> -- see docs/power_schedules.md\n" " -f file - location read by the fuzzed program (default: stdin " "or @@)\n" |