summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2008-10-25 20:16:07 +0000
committerfrosch <frosch@openttd.org>2008-10-25 20:16:07 +0000
commite65be653f53d64017c4eb02517ffc60b967823a7 (patch)
tree7d3512d62cb7c9a0e6442e58fb227623d0fe9f75 /src/openttd.cpp
parent48a047d73ba96b241e6aff108fd7cf225679f260 (diff)
downloadopenttd-e65be653f53d64017c4eb02517ffc60b967823a7.tar.xz
(svn r14535) -Fix: Description of '-i' commandline option.
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index b3ccfcb83..d4ef0e4fe 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -190,8 +190,8 @@ static void ShowHelp()
" -f = Fork into the background (dedicated only)\n"
#endif
#endif /* ENABLE_NETWORK */
- " -i = Force to use the DOS (0) or Windows (1) palette\n"
- " (use this if you see a lot of pink)\n"
+ " -i palette = Force to use the DOS (0) or Windows (1) palette\n"
+ " (defines default setting when adding newgrfs)\n"
" -I graphics_set = Force the graphics set (see below)\n"
" -c config_file = Use 'config_file' instead of 'openttd.cfg'\n"
" -x = Do not automatically save to config file on exit\n"