diff --git a/docs/fuzz-targets.md b/docs/fuzz-targets.md index 4985824c..e80e40fb 100644 --- a/docs/fuzz-targets.md +++ b/docs/fuzz-targets.md @@ -170,5 +170,5 @@ flag, so that only the most important parameters are discussed here. | `-- ` | Parameters after `--` are forwarded to the internal fuzzing engine (`libFuzzer`). Available settings can be found in its [options documentation](https://www.llvm.org/docs/LibFuzzer.html#options). | | `-i`, `--instrumentation_includes` / `-e`, `--instrumentation_excludes` | Part of filepath names to include/exclude in the instrumentation. A tailing `/` should be used to include directories and prevent confusion with filenames. `*` can be used to include all files. Can be specified multiple times. Default will include everything outside the `node_modules` directory. | | `--sync` | Enables synchronous fuzzing. **May only be used for entirely synchronous code**. | -| `-h`, `--custom_hooks` | Filenames with custom hooks. Several hooks per file are possible. See further details in [docs/fuzz-settings.md](docs/fuzz-settings.md). | +| `-h`, `--custom_hooks` | Filenames with custom hooks. Several hooks per file are possible. See further details in [docs/fuzz-settings.md](fuzz-settings.md). | | `--help` | Detailed help message containing all flags. |