diff options
| author | Rémi Verschelde | 2016-01-11 21:34:22 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2016-01-11 21:34:22 +0100 |
| commit | 1f1c3038c29dba08da3b1ce4e33a15217ccd4d11 (patch) | |
| tree | 7f258a3439159f7479c8a331268222cc55da9d06 /main/main.cpp | |
| parent | 4a5db608432d0cf222efc5300cac78354b3a07d4 (diff) | |
| download | godot-1f1c3038c29dba08da3b1ce4e33a15217ccd4d11.tar.gz godot-1f1c3038c29dba08da3b1ce4e33a15217ccd4d11.tar.zst godot-1f1c3038c29dba08da3b1ce4e33a15217ccd4d11.zip | |
Diffstat (limited to 'main/main.cpp')
| -rw-r--r-- | main/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp index 9f3b6a2f3..752a248b2 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"); |
