add --help output for the two new options
authorJohn Luke <jluke@mono-cvs.ximian.com>
Tue, 11 Oct 2005 04:37:50 +0000 (04:37 -0000)
committerJohn Luke <jluke@mono-cvs.ximian.com>
Tue, 11 Oct 2005 04:37:50 +0000 (04:37 -0000)
svn path=/trunk/mcs/; revision=51547

mcs/tools/monop/ChangeLog
mcs/tools/monop/options.cs

index c8b823fb74d0a1661c4178be26872b6be1715749..4715f4df64b9d036dc4e099e840589074e21d323 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-10  John Luke  <john.luke@gmail.com>
+
+       * options.cs: add --help output for the two new
+       options
+
 2005-10-10  John Luke  <john.luke@gmail.com>
 
        * monop.cs: add PrintRefs and use it if the
index 847cced0fd3812e4657f6cf487954e2c02e4f64a..62986b047e6e6def4b3fda5de074cf4b48b768ac 100644 (file)
@@ -131,7 +131,9 @@ public class Options
                Console.WriteLine ("options:");
                Console.WriteLine ("\t--declared-only,-d\tOnly show members declared in the Type");
                Console.WriteLine ("\t--help,-h\t\tShow this information");
+               Console.WriteLine ("\t--filter-obsolete,-f\tDo not show obsolete types and members");
                Console.WriteLine ("\t--private,-p\t\tShow private members");
+               Console.WriteLine ("\t--refs\t\t\tPrint a list of the referenced assemblies for an assembly");
                Console.WriteLine ("\t--runtime-version\tPrint runtime version");
                Console.WriteLine ("\t--search,-s,-k\t\tSearch through all known namespaces");
        }