[Mono-bugs] [Bug 38806][Wis] New - commandline help list invalid [+|-] operators for noconfig option
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 27 Feb 2003 04:14:32 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=38806
--- shadow/38806 Thu Feb 27 04:14:32 2003
+++ shadow/38806.tmp.29527 Thu Feb 27 04:14:32 2003
@@ -0,0 +1,38 @@
+Bug#: 38806
+Product: Mono/MCS
+Version: unspecified
+OS:
+OS Details: Windows 2000
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: gert.driesen@pandora.be
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: commandline help list invalid [+|-] operators for noconfig option
+
+Steps to reproduce the problem:
+
+Mono 0.20 : run mcs with the -noconfig- option
+
+Actual Results:
+
+you'll get an error message stating : source file '-noconfig-' could not
+be opened. This error message is actually correct, but the help file
+mentions -noconfig[+|-] as a valid commandline option.
+
+Expected Results:
+
+The [+|-] part should be removed from the commandline help for the -
+noconfig option. The MS C# compiler also only supports (and mentions)
+the -noconfig option (without the [+|-] part).
+
+
+How often does this happen?
+
+Always