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/mcs.1
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2016-10-26 12:22:52 +0300
committerMarek Safar <marek.safar@gmail.com>2016-10-26 12:53:11 +0300
commita3539b2ecb5743cc6ea219692399fae70d2cc8f1 (patch)
treefc324835f9eb2532c1205fdfdc0cb343fff6fd8e /man/mcs.1
parent57b34f6b074e29b584dab15f49f9460e70ade195 (diff)
[mcs] Add pathmap optionatkcocoa3atkcocoa-2
Diffstat (limited to 'man/mcs.1')
-rw-r--r--man/mcs.13
1 files changed, 3 insertions, 0 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index 377c445cb09..644b85a6e4f 100644
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -238,6 +238,9 @@ Names the output file to be generated.
.I \-\-parse
Used for benchmarking. The compiler will only parse its input files.
.TP
+.I \-pathmap:K=V[,Kn=Vn]
+Sets a mapping for source path names used in generated output.
+.TP
.I \-pkg:package1[,packageN]
Reference assemblies for the given packages.
.Sp