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:
authorMiguel de Icaza <miguel@gnome.org>2002-11-02 22:45:04 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-11-02 22:45:04 +0300
commit1364741e52f6ea90f145ff4a40e5007b261bdd59 (patch)
tree143d2674aa54f42f34b048cda35f9fda193197a5 /man/mcs.1
parent9d4f5ab77b9d1c6f7a590eb3ed5d68e1309f4e78 (diff)
Update man pages
svn path=/trunk/mono/; revision=8757
Diffstat (limited to 'man/mcs.1')
-rwxr-xr-xman/mcs.17
1 files changed, 5 insertions, 2 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index f2e60b240a9..68e5f330923 100755
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -141,11 +141,14 @@ Treat warnings as errors.
Sets the warning level. 0 is the lowest warning level, and 4 is the
highest. The default is 2.
.TP
-.I -r:ASSEMBLY, \-r ASSEMBLY
-Reference the named assembly. Use this to use classes from the named
+.I -r:ASSEMBLY1[,ASSEMBLY2], \-r ASSEMBLY1[,ASSEMBLY2]
+Reference the named assemblies. Use this to use classes from the named
assembly in your program. The assembly will be loaded from either the
system directory where all the assemblies live, or from the path
explicitly given with the -L option.
+.PP
+You can also use a semicolon to separate the assemblies instead of a
+comma.
.TP
.I \-v
Debugging. Turns on verbose yacc parsing.