mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Update year in help message
This commit is contained in:
parent
9a5733c714
commit
8dc1dd8346
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class options args =
|
|||
| _ -> failwith "Unsupported OS"
|
||||
in
|
||||
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"
|
||||
^ "When no options specified, builds the source file into executable.\n"
|
||||
^ "Options:\n" ^ " -c --- compile into object file\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue