[Mono-bugs] [Bug 334507] New: sn: Help says "public key" where it means " public key token"
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Oct 17 06:31:00 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=334507
Summary: sn: Help says "public key" where it means "public key
token"
Product: Mono: Tools
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Minor
Priority: P5 - None
Component: tools
AssignedTo: mono-bugs at ximian.com
ReportedBy: andyhume32 at yahoo.co.uk
QAContact: mono-bugs at ximian.com
Found By: ---
[[
Index: D:/cygwin/usr/src/mono/mcs/tools/security/sn.cs
===================================================================
--- D:/cygwin/usr/src/mono/mcs/tools/security/sn.cs (revision 87358)
+++ D:/cygwin/usr/src/mono/mcs/tools/security/sn.cs (working copy)
@@ -290,9 +290,9 @@
Console.WriteLine (" -k
keypair.snk{0}\tCreate a new keypair in the specified file",
Environment.NewLine);
Console.WriteLine (" -R assembly
keypair.snk{0}\tResign the assembly with the specified StrongName key file",
Environment.NewLine);
Console.WriteLine (" -Rc assembly
container{0}\tResign the assembly with the specified CSP container",
Environment.NewLine);
- Console.WriteLine (" -t file{0}\tShow
the public key from the specified file", Environment.NewLine);
+ Console.WriteLine (" -t file{0}\tShow
the public key token from the specified file", Environment.NewLine);
Console.WriteLine (" -tp file{0}\tShow
the public key and pk token from the specified file", Environment.NewLine);
- Console.WriteLine (" -T
assembly{0}\tShow the public key from the specified assembly",
Environment.NewLine);
+ Console.WriteLine (" -T
assembly{0}\tShow the public key token from the specified assembly",
Environment.NewLine);
Console.WriteLine (" -Tp
assembly{0}\tShow the public key and pk token from the specified assembly",
Environment.NewLine);
Console.WriteLine (" -v
assembly{0}\tVerify the specified assembly signature", Environment.NewLine);
Console.WriteLine (" -vf
assembly{0}\tVerify the specified assembly signature (even if disabled).",
Environment.NewLine);
]]
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list