瀏覽代碼

python wants a file, not a directory (closes #3057)

Simon Krajewski 11 年之前
父節點
當前提交
1301c26af6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main.ml

+ 1 - 1
main.ml

@@ -1006,7 +1006,7 @@ try
 		),"<directory> : generate Java code into target directory");
 		("-python",Arg.String (fun dir ->
 			set_platform Python dir;
-		),"<directory> : generate Python code into target directory");
+		),"<file> : generate Python code as target file");
 		("-xml",Arg.String (fun file ->
 			Parser.use_doc := true;
 			xml_out := Some file