From a0d6531ef7864d6f0d046cbc9ef45ca71ec01dfb Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Fri, 2 Nov 2018 16:59:23 +0100 Subject: [man] Fixes --compile-all sytax (#11518) --- man/mono.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/mono.1 b/man/mono.1 index c0bd98c98b5..9b7f16116c4 100644 --- a/man/mono.1 +++ b/man/mono.1 @@ -830,7 +830,7 @@ This compiles a method (namespace.name:methodname), this is used for testing the compiler performance or to examine the output of the code generator. .TP -\fB--compileall\fR +\fB--compile-all\fR Compiles all the methods in an assembly. This is used to test the compiler performance or to examine the output of the code generator .TP @@ -854,7 +854,7 @@ on. .TP \fB--ncompile\fR Instruct the runtime on the number of times that the method specified -by --compile (or all the methods if --compileall is used) to be +by --compile (or all the methods if --compile-all is used) to be compiled. This is used for testing the code generator performance. .TP \fB--stats\fR -- cgit v1.2.3