Skip to content

Commit

Permalink
It's 2015 now
Browse files Browse the repository at this point in the history
  • Loading branch information
markknol committed Mar 13, 2015
1 parent 88732a5 commit c07c14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ and do_connect host port args =

and init ctx =
let usage = Printf.sprintf
"Haxe Compiler %s %s- (C)2005-2014 Haxe Foundation\n Usage : haxe%s -main <class> [-swf|-js|-neko|-php|-cpp|-as3] <output> [options]\n Options :"
"Haxe Compiler %s %s- (C)2005-2015 Haxe Foundation\n Usage : haxe%s -main <class> [-swf|-js|-neko|-php|-cpp|-as3] <output> [options]\n Options :"
s_version (match Version.version_extra with None -> "" | Some v -> v) (if Sys.os_type = "Win32" then ".exe" else "")
in
let com = ctx.com in
Expand Down

0 comments on commit c07c14e

Please sign in to comment.