瀏覽代碼

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

Cauê Waneck 10 年之前
父節點
當前提交
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 ->