Author: martin
Date: 2005-04-30 03:44:41 -0400 (Sat, 30 Apr 2005)
New Revision: 43814

Modified:
   trunk/mcs/gmcs/ChangeLog
   trunk/mcs/gmcs/driver.cs
Log:
**** Merged r43373 from MCS ****


Modified: trunk/mcs/gmcs/ChangeLog
===================================================================
--- trunk/mcs/gmcs/ChangeLog    2005-04-30 07:41:13 UTC (rev 43813)
+++ trunk/mcs/gmcs/ChangeLog    2005-04-30 07:44:41 UTC (rev 43814)
@@ -1,3 +1,7 @@
+2005-04-20  John Luke  <[EMAIL PROTECTED]>
+
+       * driver.cs: fix typo in error message, --outout to --output
+
 2005-04-30  Martin Baulig  <[EMAIL PROTECTED]>
 
        * attribute.cs (Attribute.CheckSecurityActionValidity): Correctly

Modified: trunk/mcs/gmcs/driver.cs
===================================================================
--- trunk/mcs/gmcs/driver.cs    2005-04-30 07:41:13 UTC (rev 43813)
+++ trunk/mcs/gmcs/driver.cs    2005-04-30 07:44:41 UTC (rev 43814)
@@ -711,7 +711,7 @@
                                
                        case "-o": 
                        case "--output":
-                               Report.Warning (-29, "Compatibility: Use 
-out:FILE instead of --outout FILE or -o FILE");
+                               Report.Warning (-29, "Compatibility: Use 
-out:FILE instead of --output FILE or -o FILE");
                                if ((i + 1) >= args.Length){
                                        Usage ();
                                        Environment.Exit (1);

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to