summaryrefslogtreecommitdiff
path: root/src/openttd.c
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2007-01-09 21:25:13 +0000
committerDarkvater <darkvater@openttd.org>2007-01-09 21:25:13 +0000
commit6c3187213d174617ddbd89b2c70da86f71c5f906 (patch)
tree275ce019147376c73a22d33b7d42d17f53321b9f /src/openttd.c
parentfe1ac3c5d17a2017a92c0661eed136bd8812411e (diff)
downloadopenttd-6c3187213d174617ddbd89b2c70da86f71c5f906.tar.xz
(svn r8013) -Codechange (r6921, rUnknown): Show the error message of corrupt or missing (own) files
through a ShowInfo(F). This way windows users also see this message and bugs such as FS#528 will not happen anymore. Put ShowInfo(F) error output to stderr and not stdout.
Diffstat (limited to 'src/openttd.c')
-rw-r--r--src/openttd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/openttd.c b/src/openttd.c
index 2208fd3cf..a7604801a 100644
--- a/src/openttd.c
+++ b/src/openttd.c
@@ -165,8 +165,7 @@ static void showhelp(void)
" -i = Force to use the DOS palette\n"
" (use this if you see a lot of pink)\n"
" -c config_file = Use 'config_file' instead of 'openttd.cfg'\n"
- " -x = Do not automatically save to config file on exit\n"
- "\n",
+ " -x = Do not automatically save to config file on exit\n",
lastof(buf)
);