2007-10-17 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Wed, 17 Oct 2007 12:15:53 +0000 (12:15 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Wed, 17 Oct 2007 12:15:53 +0000 (12:15 -0000)
* 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

man/ChangeLog
man/sn.1

index f9b2b9c59da48520d4025647ad0673a26fbade93..2d952a25cff45ec1ac4cf14080f57c41c79e9567 100644 (file)
@@ -1,3 +1,8 @@
+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).
+
 2007-08-31  Sebastien Pouliot  <sebastien@ximian.com>
 
        * permview.1: add documentation for the -xml option now available
index 0480582ab468c239cc554445998bdd1ad8d6e98b..4e614ffc6124b0b0139eb61377f475e111b0e982 100644 (file)
--- 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.