2001-11-16 Miguel de Icaza <miguel@ximian.com>
[mono.git] / mcs / mcs / driver.cs
index 41023207c3383c981a2e2f65bdf5b77f46468c46..e85b7483fac836e037722e1f6c71e93bb6670262 100755 (executable)
@@ -82,12 +82,12 @@ namespace CIR
                                "-v           Verbose parsing\n"+
                                "-o           Specifies output file\n" +
                                "-L           Specifies path for loading assemblies\n" +
-                               "--fatal      Makes errors fatal\n" + 
+                               "--checked    Set default context to checked\n" +
+                               "--fatal      Makes errors fatal\n" +
                                "--nostdlib   Does not load core libraries\n" +
                                "--target     Specifies the target (exe, winexe, library, module)\n" +
                                "--parse      Only parses the source file\n" +
                                "--probe X L  Probes for the source to generate code X on line L\n" +
-                               "--checked    Set default context to checked\n" +
                                "-r           References an assembly\n");
                        
                }