Skip to content

Commit

Permalink
[cli] --help should say --jvm <file>, not <directory>
Browse files Browse the repository at this point in the history
  • Loading branch information
Gama11 committed May 17, 2020
1 parent 95f1247 commit 5118653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/haxe.ml
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ try
Common.define com Define.Jvm;
jvm_flag := true;
Initialize.set_platform com Java dir;
),"<directory>","generate JVM bytecode into target file");
),"<file>","generate JVM bytecode into target file");
("Target",["--python"],["-python"],Arg.String (fun dir ->
Initialize.set_platform com Python dir;
),"<file>","generate Python code as target file");
Expand Down

0 comments on commit 5118653

Please sign in to comment.