Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2018-11-02 18:59:23 +0300
committerLudovic Henry <luhenry@microsoft.com>2018-11-02 18:59:23 +0300
commita0d6531ef7864d6f0d046cbc9ef45ca71ec01dfb (patch)
tree91a79c5110838b3868923fa65e0864e4a9e4d255 /man
parent0cd8c758a8564a9ffcfe908eff376ab05b4dbc39 (diff)
[man] Fixes --compile-all sytax (#11518)
Diffstat (limited to 'man')
-rw-r--r--man/mono.14
1 files changed, 2 insertions, 2 deletions
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