diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-25 08:54:47 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-25 08:55:04 +0100 |
commit | 90e7543038350fab1496b474c5aabd0b89644bad (patch) | |
tree | e9a9a908b30e98ede28d2d9f42fe95a6b3e9031f /src/afl-fuzz.c | |
parent | 3b860c1dd63036ee99fbb548c5c0ba0c67f9af08 (diff) | |
download | afl++-90e7543038350fab1496b474c5aabd0b89644bad.tar.gz |
update dynamic list
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 23343ade..75f97719 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -126,7 +126,7 @@ static void usage(u8 *argv0, int more_help) { "it.\n" " if using QEMU, just use -c 0.\n" " -l cmplog_opts - CmpLog configuration values (e.g. \"2AT\"):\n" - " 1=small files (default), 2=larger files, 3=all " + " 1=small files, 2=larger files (default), 3=all " "files,\n" " A=arithmetic solving, T=transformational solving.\n\n" "Fuzzing behavior settings:\n" |