diff options
Diffstat (limited to 'afl-whatsup')
-rwxr-xr-x | afl-whatsup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-whatsup b/afl-whatsup index 6a8c5669..6156ba11 100755 --- a/afl-whatsup +++ b/afl-whatsup @@ -45,7 +45,7 @@ if [ "$DIR" = "" ]; then echo "Usage: $0 [ -s ] afl_sync_dir" 1>&2 echo 1>&2 echo "The -s option causes the tool to skip all the per-fuzzer trivia and show" 1>&2 - echo "just the summary results. See docs/parallel_fuzzing.txt for additional tips." 1>&2 + echo "just the summary results. See docs/parallel_fuzzing.md for additional tips." 1>&2 echo 1>&2 exit 1 |