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:
authorSebastien Pouliot <sebastien@ximian.com>2004-12-08 16:20:32 +0300
committerSebastien Pouliot <sebastien@ximian.com>2004-12-08 16:20:32 +0300
commit16abf810e9fce040ad60b28ae5bc6a0ec586d74d (patch)
tree97a4922c75535be73bf122b542915cd951d1cead /man
parenta54484b80306d00bd3cd6e5f86503a8b4392ac2a (diff)
2004-12-08 Sebastien Pouliot <sebastien@ximian.com>
ilasm.1: Added docs for /key options and informations/copyrights. svn path=/trunk/mono/; revision=37385
Diffstat (limited to 'man')
-rw-r--r--man/ilasm.116
1 files changed, 16 insertions, 0 deletions
diff --git a/man/ilasm.1 b/man/ilasm.1
index 73dabf139a2..929e6fc37fa 100644
--- a/man/ilasm.1
+++ b/man/ilasm.1
@@ -37,8 +37,24 @@ Display method information when a method is defined.
.B \//show_method_ref
Display method information when a method is referenced
.TP
+.B \//key:KEYFILE
+Strongname (sign) the output assembly using the key pair present in
+the specified strong name key file (snk). A full key pair is required
+(i.e. delay signing is done using a .publickey directive in the sources).
+.TP
+.B \//key:@CONTAINER
+Strongname (sign) the output assembly using the key pair present in
+the specified container.
+.TP
.B \--about
Display information about ilasm
.TP
.B \--version
Display ilasm version
+.SH COPYRIGHT
+Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+.SH MAILING LISTS
+Visit http://mail.ximian.com/mailman/mono-list for details.
+.SH WEB SITE
+Visit: http://www.mono-project.com for details
+