Browse Source

* Driver.cs: Accept output option. Usage shows /output instead of
/out like MS.

svn path=/trunk/mcs/; revision=25049

Jackson Harper 22 years ago
parent
commit
fcec96424f
2 changed files with 3 additions and 2 deletions
  1. 2 1
      mcs/ilasm/ChangeLog
  2. 1 1
      mcs/ilasm/Driver.cs

+ 2 - 1
mcs/ilasm/ChangeLog

@@ -1,6 +1,7 @@
 2004-04-05  Jackson Harper  <[email protected]>
 
-	* Driver.cs: Accept output option.
+	* Driver.cs: Accept output option. Usage shows /output instead of
+	/out like MS.
 	
 2004-04-01  Jackson Harper  <[email protected]>
 

+ 1 - 1
mcs/ilasm/Driver.cs

@@ -250,7 +250,7 @@ namespace Mono.ILASM {
                                         "ilasm [options] source-files\n" +
                                         "   --about            About the Mono ILasm compiler\n" +
                                         "   --version          Print the version number of the Mono ILasm compiler\n" +
-                                        "   /out:file_name     Specifies output file.\n" +
+                                        "   /output:file_name  Specifies output file.\n" +
                                         "   /exe               Compile to executable.\n" +
                                         "   /dll               Compile to library.\n" +
                                         "Options can be of the form -option or /option\n");