|
@@ -1,6 +1,6 @@
|
|
|
(*
|
|
|
The Haxe Compiler
|
|
|
- Copyright (C) 2005-2018 Haxe Foundation
|
|
|
+ Copyright (C) 2005-2019 Haxe Foundation
|
|
|
|
|
|
This program is free software; you can redistribute it and/or
|
|
|
modify it under the terms of the GNU General Public License
|
|
@@ -457,7 +457,7 @@ and usage_string arg_spec usage =
|
|
|
|
|
|
and init ctx =
|
|
|
let usage = Printf.sprintf
|
|
|
- "Haxe Compiler %s - (C)2005-2018 Haxe Foundation\nUsage: haxe%s <target> [options] [hxml files...]\n"
|
|
|
+ "Haxe Compiler %s - (C)2005-2019 Haxe Foundation\nUsage: haxe%s <target> [options] [hxml files...]\n"
|
|
|
s_version (if Sys.os_type = "Win32" then ".exe" else "")
|
|
|
in
|
|
|
let com = ctx.com in
|