diff options
| -rw-r--r-- | docs/coverage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/coverage.md b/docs/coverage.md index 25d19e646..6573d8ab4 100644 --- a/docs/coverage.md +++ b/docs/coverage.md @@ -65,7 +65,7 @@ PC values associated to the line are not instrumented or source line doesn't gen There is small utility in syzkaller repository to generate coverage report based on raw coverage data. This is available in [syz-cover](/tools/syz-cover) and can be built by: ``` bash -GOOS=linux GOARCH=amd64 go build "-ldflags=-s -w" -o ./bin/syz-cover github.com/google/syzkaller/tools/syz-cover +GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o ./bin/syz-cover github.com/google/syzkaller/tools/syz-cover ``` Raw coverage data can be obtained from running `syz-manager` by: |
