[libFuzzer] fix typo in docs
authorKostya Serebryany <kcc@google.com>
Fri, 12 Aug 2016 20:42:24 +0000 (20:42 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 12 Aug 2016 20:42:24 +0000 (20:42 +0000)
llvm-svn: 278563

llvm/docs/LibFuzzer.rst

index 92937c2..0971ffb 100644 (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``