[llvm] r244800 - Fix missing space in libfuzzer's help text.
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 14:58:22 PDT 2015
Thanks!
On Wed, Aug 12, 2015 at 1:00 PM, Lenny Maiorani via llvm-commits <
llvm-commits at lists.llvm.org> wrote:
> Author: lenny
> Date: Wed Aug 12 15:00:10 2015
> New Revision: 244800
>
> URL: http://llvm.org/viewvc/llvm-project?rev=244800&view=rev
> Log:
> Fix missing space in libfuzzer's help text.
>
>
> Modified:
> llvm/trunk/lib/Fuzzer/FuzzerFlags.def
>
> Modified: llvm/trunk/lib/Fuzzer/FuzzerFlags.def
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Fuzzer/FuzzerFlags.def?rev=244800&r1=244799&r2=244800&view=diff
>
> ==============================================================================
> --- llvm/trunk/lib/Fuzzer/FuzzerFlags.def (original)
> +++ llvm/trunk/lib/Fuzzer/FuzzerFlags.def Wed Aug 12 15:00:10 2015
> @@ -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 "
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150812/5210c2ff/attachment.html>
More information about the llvm-commits
mailing list