diff options
Diffstat (limited to 'fuzzers/README.rst')
-rw-r--r-- | fuzzers/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzzers/README.rst b/fuzzers/README.rst index b3142ca..d052303 100644 --- a/fuzzers/README.rst +++ b/fuzzers/README.rst @@ -45,7 +45,7 @@ Usage notes: .. code:: - ./afl-fuzz -i- -o existing_output_dir [...etc...] + afl-fuzz -i- -o existing_output_dir [...etc...] 8. If it shows failures, pipe the failure case into ``./build/fuzzers/debug_<fuzzing_tool>``, fix, and repeat. |