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-10-24 20:11:56 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-10-24 20:11:56 +0400
commitafe515938816457666572440e479e69eb33b360b (patch)
treeeba30dc7764e9019a44a28279b0d71f7c34f6216 /man
parent36f283be191aeae5f05c3ae3817cd6cbba0e6cdc (diff)
Small fix
svn path=/trunk/mono/; revision=8516
Diffstat (limited to 'man')
-rwxr-xr-xman/mcs.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index f447243fa2a..cd95608bc6c 100755
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -102,12 +102,12 @@ Names the output file to be generated.
.I \-\-parse
Used for benchmarking. The compiler will only parse its input files.
.TP
-.I /resource:RESOURCE[,ID]
+.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]
+.I -linkresource:RESOURCE[,ID]
Links to the specified RESOURCE. The optional ID can be used to give
a name to the linked resource.
.TP