summaryrefslogtreecommitdiff
path: root/main/main.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-01-11 21:34:22 +0100
committerRémi Verschelde <rverschelde@gmail.com>2016-01-11 21:34:22 +0100
commit1f1c3038c29dba08da3b1ce4e33a15217ccd4d11 (patch)
tree7f258a3439159f7479c8a331268222cc55da9d06 /main/main.cpp
parent4a5db608432d0cf222efc5300cac78354b3a07d4 (diff)
Update copyright in remaining files + prints in the UI
Diffstat (limited to 'main/main.cpp')
-rw-r--r--main/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp
index 9f3b6a2f37..752a248b2f 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -124,7 +124,7 @@ static String unescape_cmdline(const String& p_str) {
void Main::print_help(const char* p_binary) {
- OS::get_singleton()->print(VERSION_FULL_NAME" (c) 2008-2015 Juan Linietsky, Ariel Manzur.\n");
+ OS::get_singleton()->print(VERSION_FULL_NAME" (c) 2008-2016 Juan Linietsky, Ariel Manzur.\n");
OS::get_singleton()->print("Usage: %s [options] [scene]\n",p_binary);
OS::get_singleton()->print("Options:\n");
OS::get_singleton()->print("\t-path [dir] : Path to a game, containing engine.cfg\n");