aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/reproducing.md
diff options
context:
space:
mode:
authorGravatar Kostya Serebryany <konstantin.s.serebryany@gmail.com>2016-11-18 17:21:07 -0800
committerGravatar GitHub <noreply@github.com>2016-11-18 17:21:07 -0800
commitda04d445aadb2b58a3923ff7eb1a38f10f1d9cfd (patch)
tree0299f7e1985244aab5ad5d541859d1af4c0b181c /docs/reproducing.md
parent9eee25479b58c62381d2fe5fb678b0e082591650 (diff)
Update reproducing.md
Diffstat (limited to 'docs/reproducing.md')
-rw-r--r--docs/reproducing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reproducing.md b/docs/reproducing.md
index d3561209..35fc8a55 100644
--- a/docs/reproducing.md
+++ b/docs/reproducing.md
@@ -10,7 +10,7 @@ that is CC-ed to the bug report.
This file contains the bytes that were fed to the [Fuzz Target](http://libfuzzer.info/#fuzz-target).
If you have [properly integrated](ideal_integration.md) the fuzz target with your build and test system
-all you need is to download the reproducer file and run
+all you is to run
```
./fuzz_target_binary REPRODUCER_FILE
```