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:
authorMiguel de Icaza <miguel@gnome.org>2002-07-26 05:31:26 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-07-26 05:31:26 +0400
commitae5acc0d17d9b598a452c71776f1c68c47e406a8 (patch)
tree9bb163a25a004af627f0167c93d8952cae82d881 /man
parent8ffe6cc262c50d33d03e14fd0b0b43d46fecd89a (diff)
Update man page
svn path=/trunk/mono/; revision=6183
Diffstat (limited to 'man')
-rwxr-xr-xman/mcs.17
1 files changed, 5 insertions, 2 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index 796bc0e2ca0..679b2aa663c 100755
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -75,6 +75,9 @@ Used for benchmarking. The compiler will only parse its input files.
.I \-\-probe X L
Probes for the code to generate an error named `X' in line `L'. This
is only used by the test suite.
+.TP
+.I /linkres:RESOURCE
+Links to the given resources
.TP
.I \-\-recurse PATTERN
Does recursive compilation using the specified pattern. In Unix the
@@ -84,8 +87,8 @@ shell will perform globbing, so you migth want to use it like this:
bash$ mcs --recurse '*.cs'
.fi
.TP
-.I \-\-resource FILE
-Adds FILE as a resource of the resulting assembly.
+.I \-\-linkres FILE
+Links FILE as a resource of the resulting assembly.
.TP
.I \-\-target KIND
Used to specify the desired target. The possible values are: exe,