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-09-18 01:23:51 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-09-18 01:23:51 +0400
commit8928220dab2b28f5c8eaf8fc032c8406ae10bd45 (patch)
tree84f831281e36765f202fc097b4217b28794f2906 /man
parent76f71ea43b0b8eff5e09c36db31c4be6cd28af27 (diff)
Update man page
svn path=/trunk/mono/; revision=7565
Diffstat (limited to 'man')
-rwxr-xr-xman/mcs.113
1 files changed, 8 insertions, 5 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index c03e9f4cb06..f447243fa2a 100755
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -102,11 +102,14 @@ Names the output file to be generated.
.I \-\-parse
Used for benchmarking. The compiler will only parse its input files.
.TP
-.I /resource:RESOURCE
-Embeds to the given resource file.
-.TP
-.I /linkresource:RESOURCE
-Links to the given resource file.
+.I /resource:RESOURCE[,ID]
+Embeds to the given resource file. The optional ID can be used to
+give a different name to the resource. If not specified, the resource
+name will be the file name.
+.TP
+.I /linkresource:RESOURCE[,ID]
+Links to the specified RESOURCE. The optional ID can be used to give
+a name to the linked resource.
.TP
.I \-recurse:PATTERN, --recurse PATTERN
Does recursive compilation using the specified pattern. In Unix the