1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fix missing space in libfuzzer's help text.

llvm-svn: 244800
This commit is contained in:
Lenny Maiorani 2015-08-12 20:00:10 +00:00
parent 90385af337
commit 1850ddfeb6

View File

@ -49,7 +49,7 @@ FUZZER_FLAG_INT(workers, 0,
" If zero, \"min(jobs,NumberOfCpuCores()/2)\" is used.")
FUZZER_FLAG_INT(reload, 1,
"Reload the main corpus periodically to get new units"
"discovered by other processes.")
" discovered by other processes.")
FUZZER_FLAG_STRING(tokens, "Use the file with tokens (one token per line) to"
" fuzz a token based input language.")
FUZZER_FLAG_STRING(apply_tokens, "Read the given input file, substitute bytes "