diff options
Diffstat (limited to 'src/openttd.c')
-rw-r--r-- | src/openttd.c | 3 |
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) ); |