about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-01-14 14:15:01 +0100
committerGitHub <noreply@github.com>2021-01-14 14:15:01 +0100
commitc42875ddea1e5cb8da9a292b0fba19d0c69b09e5 (patch)
tree72936eff6d3e9242b7a880109a2f811e83a7c570 /src
parent68acd3d101b8407abf7e3a55bd2cf9b3b694534b (diff)
parent53c7aaa57bf5473c5d6a4553c0178410fef17cbc (diff)
downloadafl++-c42875ddea1e5cb8da9a292b0fba19d0c69b09e5.tar.gz
Merge pull request #688 from murx-/dev
Update documentation to reflect new default power schedule
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz.c4
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"