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/sn.1
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2007-10-17 16:15:53 +0400
committerSebastien Pouliot <sebastien@ximian.com>2007-10-17 16:15:53 +0400
commitb39fa1bdd14ccb4c6c3dda24daff1c955a48c04f (patch)
treeada97cd9e1e09f98cbd06530982fb2d25bdaa824 /man/sn.1
parent0a37a4221a9c49af4a9bcea98c53b510c1d60b21 (diff)
2007-10-17 Sebastien Pouliot <sebastien@ximian.com>
* sn.1: Fix help for -T / -t as this shows the public key token (and not the public key). svn path=/trunk/mono/; revision=87657
Diffstat (limited to 'man/sn.1')
-rw-r--r--man/sn.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sn.1 b/man/sn.1
index 0480582ab46..4e614ffc612 100644
--- a/man/sn.1
+++ b/man/sn.1
@@ -92,13 +92,13 @@ assembly with the private key that match the public key inside the assembly
Re-sign the specified assembly using the specified strongname container.
.TP
.I "-t file"
-Show the public key from the specified file.
+Show the public key token from the specified file.
.TP
.I "-tp file"
Show the public key and the public key token from the specified file.
.TP
.I "-T assembly"
-Show the public key from the specified assembly.
+Show the public key token from the specified assembly.
.TP
.I "-Tp assembly"
Show the public key and the public key token from the specified assembly.