From 41e24edb3cf43ba5ab05306627ac2333511931c9 Mon Sep 17 00:00:00 2001 From: Stefan Bucur <281483+stefanbucur@users.noreply.github.com> Date: Thu, 28 Jan 2021 11:53:18 -0500 Subject: Fix argument order in run_fuzzer command example. (#5060) --- docs/getting-started/new_project_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/getting-started/new_project_guide.md b/docs/getting-started/new_project_guide.md index d93430e3..64d4b802 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 -- cgit v1.2.3