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

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

Simon Krajewski 11 жил өмнө
parent
commit
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