diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-03 13:02:16 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-03 13:02:16 +0100 |
commit | e2eedefc65bec1a04605f117a11ca8bdf9d80323 (patch) | |
tree | 653e28fb2f74790ff35706c9c93ce91893f5a3a2 /src/afl-fuzz.c | |
parent | fd03c64346ab3f63fc5ceafd891dee245121b5c9 (diff) | |
download | afl++-e2eedefc65bec1a04605f117a11ca8bdf9d80323.tar.gz |
docs to md
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index eae4ba1f..4957a8bf 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -133,7 +133,7 @@ static void usage(u8* argv0) { "Other stuff:\n" " -T text - text banner to show on the screen\n" - " -M / -S id - distributed mode (see parallel_fuzzing.txt)\n" + " -M / -S id - distributed mode (see 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 " |