about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-12-15 10:24:12 +0100
committervanhauser-thc <vh@thc.org>2023-12-15 10:24:12 +0100
commit353ae3682a02634abae0b6590dfb47b762cf6bfa (patch)
treed90a98709db862d64ecd2bfb8a4ee61d297fbd1c /src/afl-fuzz.c
parentca0c9f6d1797bac121996c3b2ac50423f6e67b8f (diff)
downloadafl++-353ae3682a02634abae0b6590dfb47b762cf6bfa.tar.gz
switch to explore powerschedule as default
Diffstat (limited to 'src/afl-fuzz.c')
-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 becad351..dd990e71 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -138,7 +138,7 @@ static void usage(u8 *argv0, int more_help) {
       "to\n"
       "                  exploit mode, and back on new coverage (default: %u)\n"
       "  -p schedule   - power schedules compute a seed's performance score:\n"
-      "                  fast(default), explore, exploit, seek, rare, mmopt, "
+      "                  explore(default), fast, exploit, seek, rare, mmopt, "
       "coe, lin\n"
       "                  quad -- see docs/FAQ.md for more information\n"
       "  -f file       - location read by the fuzzed program (default: stdin "