aboutsummaryrefslogtreecommitdiffstats
path: root/docs/coverage.md
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-07-18 11:20:34 +0200
committerTaras Madan <tarasmadan@google.com>2024-07-18 14:30:37 +0000
commit59ef5a4cd18baff428782ce4a2fafa5ee4c041d0 (patch)
tree4dce66c7adcd5054235e1727e1baf6f21c2c2194 /docs/coverage.md
parentf60abda696def6eaa03bc05419dda4b42e425b80 (diff)
docs/coverage.md: quote values, not param
Diffstat (limited to 'docs/coverage.md')
-rw-r--r--docs/coverage.md2
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: