changeset 4032:cb75fb97ad7a draft

(svn r5291) - Fix: '-f' switch is not valid on windows, so don't show it in help
author glx <glx@openttd.org>
date Sat, 17 Jun 2006 02:25:18 +0000
parents d9b866557456
children f421cdd84812
files openttd.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/openttd.c
+++ b/openttd.c
@@ -148,7 +148,7 @@
 		"  -G seed             = Set random seed\n"
 		"  -n [ip#player:port] = Start networkgame\n"
 		"  -D                  = Start dedicated server\n"
-		#if !defined(__MORPHOS__) && !defined(__AMIGA__)
+		#if !defined(__MORPHOS__) && !defined(__AMIGA__) && !defined(WIN32)
 		"  -f                  = Fork into the background (dedicated only)\n"
 		#endif
 		"  -i                  = Force to use the DOS palette\n"