diff --git a/docs/getting-started/new_project_guide.md b/docs/getting-started/new_project_guide.md index d93430e3c..64d4b8029 100644 --- a/docs/getting-started/new_project_guide.md +++ b/docs/getting-started/new_project_guide.md @@ -322,7 +322,7 @@ You can build your docker image and fuzz targets locally, so you can test them b 3. If you want to test changes against a particular fuzz target, run the following command: ```bash - $ python infra/helper.py run_fuzzer $PROJECT_NAME --corpus-dir= + $ python infra/helper.py run_fuzzer --corpus-dir= $PROJECT_NAME ``` 4. We recommend taking a look at your code coverage as a test to ensure that