2007-11-21 Marek Habersack <mhabersack@novell.com>
authorMarek Habersack <grendel@twistedcode.net>
Wed, 21 Nov 2007 19:28:34 +0000 (19:28 -0000)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 21 Nov 2007 19:28:34 +0000 (19:28 -0000)
* mconfig.1: modify to reflect parameter changes in mconfig.

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

man/ChangeLog
man/mconfig.1

index 2b0c13e2f61a3cd6257836f0e1004cd6babf926e..62cb0522feb144803df5c567aa88300ab916a926 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-21  Marek Habersack  <mhabersack@novell.com>
+
+       * mconfig.1: modify to reflect parameter changes in mconfig.
+
 2007-10-23  Marek Habersack  <mhabersack@novell.com>
 
        * mconfig.1: added
index 1dcfc71651872b6aa19c7d0080469f10b6ff10ea..ae79cb97dc4e1c6b4c62852824442f3452a26d9c 100644 (file)
@@ -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