[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mono-patches
Subject:    [Mono-patches] r154563 - trunk/mcs/tools/mkbundle
From:       "Paolo Molaro" <mono-patches-list () lists ! ximian ! com>
Date:       2010-03-31 17:34:29
Message-ID: 20100331173429.9757926064 () mono-cvs ! ximian ! com
[Download RAW message or body]

Author: lupus
Date: 2010-03-31 13:34:29 -0400 (Wed, 31 Mar 2010)
New Revision: 154563

Modified:
   trunk/mcs/tools/mkbundle/mkbundle.cs
Log:
Document --machine-config in --help as well as in the manpage.


Modified: trunk/mcs/tools/mkbundle/mkbundle.cs
===================================================================
--- trunk/mcs/tools/mkbundle/mkbundle.cs	2010-03-31 17:04:20 UTC (rev 154562)
+++ trunk/mcs/tools/mkbundle/mkbundle.cs	2010-03-31 17:34:29 UTC (rev 154563)
@@ -523,18 +523,19 @@
 	{
 		Console.WriteLine ("Usage is: mkbundle [options] assembly1 [assembly2...]\n\n" +
 				   "Options:\n" +
-				   "    -c              Produce stub only, do not compile\n" +
-				   "    -o out          Specifies output filename\n" +
-				   "    -oo obj         Specifies output filename for helper object file\n" +
-				   "    -L path         Adds `path' to the search path for assemblies\n" +
-				   "    --nodeps        Turns off automatic dependency embedding (default)\n" +
-				   "    --deps          Turns on automatic dependency embedding\n" +
-				   "    --keeptemp      Keeps the temporary files\n" +
-				   "    --config F      Bundle system config file `F'\n" +
-				   "    --config-dir D  Set MONO_CFG_DIR to `D'\n" +
-				   "    --static        Statically link to mono libs\n" +
-				   "    --nomain        Don't include a main() function, for libraries\n" +
-				   "    -z              Compress the assemblies before embedding.\n");
+				   "    -c                  Produce stub only, do not compile\n" +
+				   "    -o out              Specifies output filename\n" +
+				   "    -oo obj             Specifies output filename for helper object file\n" +
+				   "    -L path             Adds `path' to the search path for assemblies\n" +
+				   "    --nodeps            Turns off automatic dependency embedding (default)\n" +
+				   "    --deps              Turns on automatic dependency embedding\n" +
+				   "    --keeptemp          Keeps the temporary files\n" +
+				   "    --config F          Bundle system config file `F'\n" +
+				   "    --config-dir D      Set MONO_CFG_DIR to `D'\n" +
+				   "    --machine-config F  Use the given file as the machine.config for the application.\n" +
+				   "    --static            Statically link to mono libs\n" +
+				   "    --nomain            Don't include a main() function, for libraries\n" +
+				   "    -z                  Compress the assemblies before embedding.\n");
 	}
 
 	[DllImport ("libc")]

_______________________________________________
Mono-patches maillist  -  Mono-patches@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-patches
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic