diff options
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/LibFuzzer.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst index 92937c2d0b5..0971ffbd7bd 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/docs/LibFuzzer.rst @@ -270,7 +270,7 @@ The most important command line options are: the same path for several parallel processes. ``-print_final_stats`` If 1, print statistics at exit. Defaults to 0. -``-detect-leaks`` +``-detect_leaks`` If 1 (default) and if LeakSanitizer is enabled try to detect memory leaks during fuzzing (i.e. not only at shut down). ``-close_fd_mask`` |

