Преглед на файлове

2007-11-21 Marek Habersack <[email protected]>

	* mconfig.1: modify to reflect parameter changes in mconfig.

svn path=/trunk/mono/; revision=90105
Marek Habersack преди 18 години
родител
ревизия
2fe8b73334
променени са 2 файла, в които са добавени 7 реда и са изтрити 8 реда
  1. 4 0
      man/ChangeLog
  2. 3 8
      man/mconfig.1

+ 4 - 0
man/ChangeLog

@@ -1,3 +1,7 @@
+2007-11-21  Marek Habersack  <[email protected]>
+
+	* mconfig.1: modify to reflect parameter changes in mconfig.
+
 2007-10-23  Marek Habersack  <[email protected]>
 
 	* mconfig.1: added

+ 3 - 8
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