From: Marek Habersack Date: Wed, 21 Nov 2007 19:28:34 +0000 (-0000) Subject: 2007-11-21 Marek Habersack X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=2fe8b73334a764946aff01519d9ced5083e45ced;p=mono.git 2007-11-21 Marek Habersack * mconfig.1: modify to reflect parameter changes in mconfig. svn path=/trunk/mono/; revision=90105 --- diff --git a/man/ChangeLog b/man/ChangeLog index 2b0c13e2f61..62cb0522feb 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2007-11-21 Marek Habersack + + * mconfig.1: modify to reflect parameter changes in mconfig. + 2007-10-23 Marek Habersack * mconfig.1: added 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= @@ -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