about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-07-08 17:35:05 +0200
committervanhauser-thc <vh@thc.org>2021-07-08 17:35:05 +0200
commitac565bfe51bb16f43680a5fd1b1c29e2d7e13854 (patch)
tree1b61bb5255679699cd5e01aa649595ddcd4dc2a3
parent6d878a375d91003fb57d7f82a79acfbaa226abb5 (diff)
downloadafl++-ac565bfe51bb16f43680a5fd1b1c29e2d7e13854.tar.gz
remove unneeded cmdline option
-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 bd9b6691..60595322 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -158,7 +158,7 @@ static void usage(u8 *argv0, int more_help) {
       "  -F path       - sync to a foreign fuzzer queue directory (requires "
       "-M, can\n"
       "                  be specified up to %u times)\n"
-      "  -d            - skip deterministic fuzzing in -M mode\n"
+      // "  -d            - skip deterministic fuzzing in -M mode\n"
       "  -T text       - text banner to show on the screen\n"
       "  -I command    - execute this command/script when a new crash is "
       "found\n"