Skip to content

Commit

Permalink
[cli] it's 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
Gama11 committed Feb 16, 2020
1 parent 609c19e commit b12c8df
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 @@ -677,7 +677,7 @@ let rec process_params create pl =

and init ctx =
let usage = Printf.sprintf
"Haxe Compiler %s - (C)2005-2019 Haxe Foundation\nUsage: haxe%s <target> [options] [hxml files...]\n"
"Haxe Compiler %s - (C)2005-2020 Haxe Foundation\nUsage: haxe%s <target> [options] [hxml files...]\n"
(s_version true) (if Sys.os_type = "Win32" then ".exe" else "")
in
let com = ctx.com in
Expand Down

0 comments on commit b12c8df

Please sign in to comment.