[libFuzzer] fix typo in docs

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278563 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Kostya Serebryany 2016-08-12 20:42:24 +00:00
parent 7c00a88956
commit 45edca1acf

View File

@ -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``