(svn r14535) -Fix: Description of '-i' commandline option.
authorfrosch
Sat, 25 Oct 2008 20:16:07 +0000
changeset 10296 8fb5cc7c257c
parent 10295 52982b3d0d84
child 10297 e17a18bb827f
(svn r14535) -Fix: Description of '-i' commandline option.
src/openttd.cpp
--- a/src/openttd.cpp	Sat Oct 25 19:59:11 2008 +0000
+++ b/src/openttd.cpp	Sat Oct 25 20:16:07 2008 +0000
@@ -190,8 +190,8 @@
 		"  -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"