Update year in help message

This commit is contained in:
Roman Venediktov 2024-07-10 19:28:18 +02:00
parent 9a5733c714
commit 8dc1dd8346

View file

@ -19,7 +19,7 @@ class options args =
| _ -> failwith "Unsupported OS" | _ -> failwith "Unsupported OS"
in in
let help_string = let help_string =
"Lama compiler. (C) JetBrains Reserach, 2017-2020.\n" "Lama compiler. (C) JetBrains Reserach, 2017-2024.\n"
^ "Usage: lamac <options> <input file>\n\n" ^ "Usage: lamac <options> <input file>\n\n"
^ "When no options specified, builds the source file into executable.\n" ^ "When no options specified, builds the source file into executable.\n"
^ "Options:\n" ^ " -c --- compile into object file\n" ^ "Options:\n" ^ " -c --- compile into object file\n"