about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-15 19:39:03 +0100
committervan Hauser <vh@thc.org>2020-03-15 19:39:03 +0100
commit87599de782fc237de5c6f682651101c7f3523e3f (patch)
treebc284f07e9458d316d608ab84b50331ec1edad89 /src/afl-fuzz.c
parent126d1f1cd14c6bb1fb59159965045f02d98d1b43 (diff)
downloadafl++-87599de782fc237de5c6f682651101c7f3523e3f.tar.gz
fix errors in last commit (u8)afl_get_env
Diffstat (limited to 'src/afl-fuzz.c')
-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 ad619b1e..1c594168 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -139,7 +139,7 @@ static void usage(afl_state_t *afl, u8 *argv0, int more_help) {
 
       "Other stuff:\n"
       "  -T text       - text banner to show on the screen\n"
-      "  -M / -S id    - distributed mode (see parallel_fuzzing.md)\n"
+      "  -M / -S id    - distributed mode (see docs/parallel_fuzzing.md)\n"
       "  -I command    - execute this command/script when a new crash is "
       "found\n"
       "  -B bitmap.txt - mutate a specific test case, use the out/fuzz_bitmap "