From b39fa1bdd14ccb4c6c3dda24daff1c955a48c04f Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Wed, 17 Oct 2007 12:15:53 +0000 Subject: [PATCH] 2007-10-17 Sebastien Pouliot * 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 | 5 +++++ man/sn.1 | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/man/ChangeLog b/man/ChangeLog index f9b2b9c59da..2d952a25cff 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2007-10-17 Sebastien Pouliot + + * sn.1: Fix help for -T / -t as this shows the public key token + (and not the public key). + 2007-08-31 Sebastien Pouliot * permview.1: add documentation for the -xml option now available 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. -- 2.25.1