Update man page with --recurse docs

svn path=/trunk/mono/; revision=3201
This commit is contained in:
Miguel de Icaza 2002-03-19 03:27:36 +00:00
Родитель 9d23c69fb0
Коммит 9fca53343e
1 изменённых файлов: 9 добавлений и 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