Skip to content

Commit 16b140f

Browse files
authored
doc: correct libfuzzer-nosan preset flag
1 parent 097c66f commit 16b140f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/fuzzing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ FUZZ=process_message build_fuzz/src/test/fuzz/fuzz
1515
# abort fuzzing using ctrl-c
1616
```
1717

18-
One can use `--prefix=libfuzzer-nosan` to do the same without common sanitizers enabled.
18+
One can use `--preset=libfuzzer-nosan` to do the same without common sanitizers enabled.
1919
See [further](#run-without-sanitizers-for-increased-throughput) for more information.
2020

2121
There is also a runner script to execute all fuzz targets. Refer to

0 commit comments

Comments
 (0)