Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikdasm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2017-02-28 03:33:57 +0300
committerZoltan Varga <vargaz@gmail.com>2017-02-28 03:33:57 +0300
commitc30bfe5a31a8eb95701af9d763549587f2bb6b48 (patch)
tree213c61b50c3a7e0c05aa2f20122fdcdfdf879c4c
parent8551448ac78194dd1f83bdd32071fc4d5b197f64 (diff)
Fix a type in --help.
-rw-r--r--Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Program.cs b/Program.cs
index 54ce453..fcee1ea 100644
--- a/Program.cs
+++ b/Program.cs
@@ -202,7 +202,7 @@ namespace Ildasm
Console.WriteLine (" -assembly Dumps the contents of the Assembly table");
Console.WriteLine (" -assemblyref Dumps the contents of the AssemblyRef table");
Console.WriteLine (" -moduleref Dumps the contents of the ModuleRef table");
- Console.WriteLine (" -exportedtype Dumps the contents of the ExportedType table");
+ Console.WriteLine (" -exported Dumps the contents of the ExportedType table");
Console.WriteLine (" -customattr Dumps the contents of the CustomAttribute table");
} else {
Console.WriteLine(" /OUT=<file name> Direct output to file rather than to stdout.");