about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-01-21 15:24:34 +0100
committervan Hauser <vh@thc.org>2021-01-21 15:24:34 +0100
commite8c1b43a3de7ae3d173c749c3be4e58a95d3372b (patch)
tree872c037074d812b88c6b61a01b54552463f4959b /src
parent3903dac1f5c0ce40965d40c956d79e46463654ea (diff)
downloadafl++-e8c1b43a3de7ae3d173c749c3be4e58a95d3372b.tar.gz
fix docs
Diffstat (limited to 'src')
-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 95bc0694..9a8159bd 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -123,7 +123,7 @@ static void usage(u8 *argv0, int more_help) {
       "it.\n"
       "                  if using QEMU, just use -c 0.\n"
       "  -l cmplog_level - set the complexity/intensivity of CmpLog.\n"
-      "                  Values: 1 (default), 2 (intensive) and 3 (heavy)\n\n"
+      "                  Values: 1 (integer+string), 2 (+FP) and 3 (+transform)\n\n"
 
       "Fuzzing behavior settings:\n"
       "  -Z            - sequential queue selection instead of weighted "