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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Luke <jluke@mono-cvs.ximian.com>2005-10-11 21:19:00 +0400
committerJohn Luke <jluke@mono-cvs.ximian.com>2005-10-11 21:19:00 +0400
commitc0855ca3257884eb0c1f96da3d76e187eb1db8d3 (patch)
tree33dae67f23f6aaf9ebb587860b52852d4861a0ef /man/monop.1
parentf2d144ae8d86d7d4323522bb9a1bde8727cc91a0 (diff)
2005-10-11 John Luke <john.luke@gmail.com>
* man/monop.1: update for new monop options svn path=/trunk/mono/; revision=51611
Diffstat (limited to 'man/monop.1')
-rw-r--r--man/monop.118
1 files changed, 17 insertions, 1 deletions
diff --git a/man/monop.1 b/man/monop.1
index a23f70cdc08..dc7d7b76e90 100644
--- a/man/monop.1
+++ b/man/monop.1
@@ -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