[llvm] 2ddff6f - [libFuzzer] Minor documentation fixes.

Max Moroz via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 14:41:28 PST 2020


Author: Max Moroz
Date: 2020-02-03T14:41:06-08:00
New Revision: 2ddff6fab024d7fe6e4d571b7a53e16beed60e5e

URL: https://github.com/llvm/llvm-project/commit/2ddff6fab024d7fe6e4d571b7a53e16beed60e5e
DIFF: https://github.com/llvm/llvm-project/commit/2ddff6fab024d7fe6e4d571b7a53e16beed60e5e.diff

LOG: [libFuzzer] Minor documentation fixes.

Added: 
    

Modified: 
    llvm/docs/LibFuzzer.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst
index 8196bc52e90b..0bf6f6bc6ffd 100644
--- a/llvm/docs/LibFuzzer.rst
+++ b/llvm/docs/LibFuzzer.rst
@@ -250,7 +250,7 @@ still work.
 The most important command line options are:
 
 ``-help``
-  Print help message.
+  Print help message (``-help=1``).
 ``-seed``
   Random seed. If 0 (the default), the seed is generated.
 ``-runs``
@@ -258,7 +258,7 @@ The most important command line options are:
 ``-max_len``
   Maximum length of a test input. If 0 (the default), libFuzzer tries to guess
   a good value based on the corpus (and reports it).
-``len_control``
+``-len_control``
   Try generating small inputs first, then try larger inputs over time.
   Specifies the rate at which the length limit is increased (smaller == faster).
   Default is 100. If 0, immediately try inputs with size up to max_len.


        


More information about the llvm-commits mailing list