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:
authorMarek Habersack <grendel@twistedcode.net>2007-11-21 22:28:34 +0300
committerMarek Habersack <grendel@twistedcode.net>2007-11-21 22:28:34 +0300
commit2fe8b73334a764946aff01519d9ced5083e45ced (patch)
treedd0b29123df612a6f4e3133e471860631a421f78 /man/mconfig.1
parentf73541197966a8f092f1504dd04755879a61a2f4 (diff)
2007-11-21 Marek Habersack <mhabersack@novell.com>
* mconfig.1: modify to reflect parameter changes in mconfig. svn path=/trunk/mono/; revision=90105
Diffstat (limited to 'man/mconfig.1')
-rw-r--r--man/mconfig.111
1 files changed, 3 insertions, 8 deletions
diff --git a/man/mconfig.1 b/man/mconfig.1
index 1dcfc716518..ae79cb97dc4 100644
--- a/man/mconfig.1
+++ b/man/mconfig.1
@@ -8,6 +8,9 @@ mconfig can be used to edit .NET configuration files, by adding "features"
(that is sets of xml statements) defined in one of the config files read
by mconfig. The config file can also define layouts of default configuration
files, which may be useful for bootstrapping your .NET projects.
+
+To see the list of recognized commands, default configuration files and features, run
+mconfig without passing any parameters.
.SH OPTIONS
.TP
.B -c <config_file>, --config=<config_file>
@@ -21,14 +24,6 @@ can be assigned to one of the three targets - \fIweb\fR (for ASP.NET features/co
\fIapplication\fR - for .NET applications, \fIany\fR - applicable in both of the previous
targets. Defaults to \fIany\fR.
.TP
-.B -C, --list-configs
-List all the default configuration file names that are defined in the mconfig
-configuration files.
-.TP
-.B -F, --list-features
-List all the features that are defined in the mconfig configuration files and
-which can be added to your existing (or new) .NET configuration files.
-.TP
.B -?, -h, --help
Show a summary usage screen.
.TP