about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-09-17 11:58:41 +0200
committerGitHub <noreply@github.com>2022-09-17 11:58:41 +0200
commitbadd9694d25ac5320b5f6d4e2ee182f59649a821 (patch)
tree29514cbd5a4fdfc8e934f79d9da45bfcfab4d1df /src/afl-fuzz.c
parent2f0cc088b5e8876382c586422b718d3b7ee894f6 (diff)
parent0623a73a5cb8a0c2cff32413df9f4c5c69b8e339 (diff)
downloadafl++-badd9694d25ac5320b5f6d4e2ee182f59649a821.tar.gz
Merge pull request #1525 from AFLplusplus/dev
push to stable
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 1f0fcab1..294c42f6 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -192,9 +192,9 @@ static void usage(u8 *argv0, int more_help) {
       "executions.\n\n"
 
       "Other stuff:\n"
-      "  -M/-S id      - distributed mode (see docs/parallel_fuzzing.md)\n"
-      "                  -M auto-sets -D, -Z (use -d to disable -D) and no "
-      "trimming\n"
+      "  -M/-S id      - distributed mode (-M sets -Z and disables trimming)\n"
+      "                  see docs/fuzzing_in_depth.md#c-using-multiple-cores\n"
+      "                  for effective recommendations for parallel fuzzing.\n"
       "  -F path       - sync to a foreign fuzzer queue directory (requires "
       "-M, can\n"
       "                  be specified up to %u times)\n"