File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -250,15 +250,15 @@ still work.
250250The most important command line options are:
251251
252252``-help ``
253- Print help message.
253+ Print help message (`` -help=1 ``) .
254254``-seed ``
255255 Random seed. If 0 (the default), the seed is generated.
256256``-runs ``
257257 Number of individual test runs, -1 (the default) to run indefinitely.
258258``-max_len ``
259259 Maximum length of a test input. If 0 (the default), libFuzzer tries to guess
260260 a good value based on the corpus (and reports it).
261- ``len_control ``
261+ ``- len_control ``
262262 Try generating small inputs first, then try larger inputs over time.
263263 Specifies the rate at which the length limit is increased (smaller == faster).
264264 Default is 100. If 0, immediately try inputs with size up to max_len.
You can’t perform that action at this time.
0 commit comments