aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/new_project_guide.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/new_project_guide.md')
-rw-r--r--docs/new_project_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md
index 929f5d18..6f96d0f2 100644
--- a/docs/new_project_guide.md
+++ b/docs/new_project_guide.md
@@ -156,7 +156,7 @@ Use the helper script to build docker image and [fuzz targets](glossary.md#fuzz-
```bash
$ cd /path/to/oss-fuzz
$ python infra/helper.py build_image $PROJECT_NAME
-$ python infra/helper.py build_fuzzers --sanitizer=<address/memory/undefined> $PROJECT_NAME
+$ python infra/helper.py build_fuzzers --sanitizer <address/memory/undefined> $PROJECT_NAME
```
This should place the built binaries into `/path/to/oss-fuzz/build/out/$PROJECT_NAME`