Author: jluke
Date: 2005-04-20 22:04:46 -0400 (Wed, 20 Apr 2005)
New Revision: 43373
Modified:
trunk/mcs/mcs/ChangeLog
trunk/mcs/mcs/driver.cs
Log:
whoops, misidentified the typo
Modified: trunk/mcs/mcs/ChangeLog
===================================================================
--- trunk/mcs/mcs/ChangeLog 2005-04-21 02:00:13 UTC (rev 43372)
+++ trunk/mcs/mcs/ChangeLog 2005-04-21 02:04:46 UTC (rev 43373)
@@ -1,6 +1,6 @@
2005-04-20 John Luke <[EMAIL PROTECTED]>
- * driver.cs: fix typo in error message, --outout to --out
+ * driver.cs: fix typo in error message, --outout to --output
2005-04-20 Marek Safar <[EMAIL PROTECTED]>
Modified: trunk/mcs/mcs/driver.cs
===================================================================
--- trunk/mcs/mcs/driver.cs 2005-04-21 02:00:13 UTC (rev 43372)
+++ trunk/mcs/mcs/driver.cs 2005-04-21 02:04:46 UTC (rev 43373)
@@ -709,7 +709,7 @@
case "-o":
case "--output":
- Report.Warning (-29, "Compatibility: Use
-out:FILE instead of --out 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