[libFuzzer] fix docs
authorKostya Serebryany <kcc@google.com>
Fri, 29 Apr 2016 19:28:24 +0000 (19:28 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 29 Apr 2016 19:28:24 +0000 (19:28 +0000)
llvm-svn: 268092

llvm/docs/LibFuzzer.rst

index 8ad961b..015b7ef 100644 (file)
@@ -243,13 +243,13 @@ 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``
+  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``
   Indicate output streams to close at startup. Be careful, this will also
   remove diagnostic output from the tools in use; for example the messages
   AddressSanitizer_ sends to ``stderr``/``stdout`` will also be lost.
-``-detect-leaks``
-  If 1 (default) and if LeakSanitizer is enabled
-  try to detect memory leaks during fuzzing (i.e. not only at shut down).
 
    - 0 (default): close neither ``stdout`` nor ``stderr``
    - 1 : close ``stdout``