2
0
Эх сурвалжийг харах

[cs] Name as -csc-opt instead of -cs-opt, to still maintain the same naming convention (javac/csc)

Cauê Waneck 10 жил өмнө
parent
commit
3b66474ff9
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      main.ml

+ 1 - 1
main.ml

@@ -1142,7 +1142,7 @@ try
 		("-javac-opt",Arg.String (fun arg ->
 			com.javac_opts <- arg :: com.javac_opts
 		),"<opt> : pass option <opt> to the Java compiler");
-		("-cs-opt",Arg.String (fun arg ->
+		("-csc-opt",Arg.String (fun arg ->
 			com.cs_opts <- arg :: com.cs_opts
 		),"<opt> : pass option <opt> to the C# compiler");
 		("-x", Arg.String (fun file ->