remove unneeded cmdline option
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index bd9b669..6059532 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -158,7 +158,7 @@
" -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"