2005-10-11 John Luke <john.luke@gmail.com>
authorJohn Luke <jluke@mono-cvs.ximian.com>
Tue, 11 Oct 2005 17:19:00 +0000 (17:19 -0000)
committerJohn Luke <jluke@mono-cvs.ximian.com>
Tue, 11 Oct 2005 17:19:00 +0000 (17:19 -0000)
        * man/monop.1: update for new monop options

svn path=/trunk/mono/; revision=51611

ChangeLog
man/monop.1

index 2bad207cbd75048016a77c4abafaafe310cc0bb4..4495a84885ae0a75a5280956e5e1e3e8280466de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-11  John Luke  <john.luke@gmail.com>
+
+       * man/monop.1: update for new monop options
+       
 2005-10-04  Zoltan Varga  <vargaz@freemail.hu>
 
        * configure.in: Fix up problems with the latest libtool on win32.
index a23f70cdc08e0fffe4cb6467fc7ce950ed151f05..dc7d7b76e90000647e1cade4901b17f18d6e3c26 100644 (file)
@@ -9,8 +9,24 @@ monop \- Mono Class Outline Viewer
 .I \-r:assembly
 Specifies the assembly to use for looking up the type
 .TP
-.I \--search, -s, -k
+.I \-\-search, \-s, \-k
 Searches through all known assemblies for types containing `class'.
+.TP
+.I \-\-refs
+Prints a list of the referenced assemblies for an assembly.
+Requires an assembly to be specified with -r:assembly.
+.TP
+.I \-\-filter-obsolete, \-f
+Do not show obsolete types and members.
+.TP
+.I \-\-declared-only, \-d
+Only show members declared in the type.
+.TP
+.I \-\-private, \-p
+Show private members.
+.TP
+.I \-\-runtime\-version
+Print runtime version.
 .PP
 .SH DESCRIPTION
 Monop is a tool that allows you to view the outline of a class. You can see the