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-03-19 06:27:36 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-03-19 06:27:36 +0300
commit9fca53343e3c09db6f47b9ba5f957735e164e425 (patch)
tree0ed885d983a613f0cff7faf3223e7c3020f0d856 /man
parent9d23c69fb0e1ddf651982c6e0ab7f6c7d97a9cff (diff)
Update man page with --recurse docs
svn path=/trunk/mono/; revision=3201
Diffstat (limited to 'man')
-rwxr-xr-xman/mcs.110
1 files changed, 9 insertions, 1 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index 3c1ada34ece..802fbead976 100755
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -69,7 +69,15 @@ Used for benchmarking. The compiler will only parse its input files.
Probes for the code to generate an error named `X' in line `L'. This
is only used by the test suite.
.TP
-.I \-\- resource FILE
+.I \-\-recurse PATTERN
+Does recursive compilation using the specified pattern. In Unix the
+shell will perform globbing, so you migth want to use it like this:
+.PP
+.nf
+ bash$ mcs --recurse '*.cs'
+.fi
+.TP
+.I \-\-resource FILE
Adds FILE as a resource of the resulting assembly.
.TP
.I \-\-target KIND