(svn r7629) -Fix: the CLI parameter for joining a network game is "-n ip:port#player", not "-n ip#player:port" as the help text suggests.
authorrubidium
Fri, 29 Dec 2006 23:43:07 +0000
changeset 5425 69d019397b5c
parent 5424 34b624b01ae1
child 5426 d3d5733c5e3a
(svn r7629) -Fix: the CLI parameter for joining a network game is "-n ip:port#player", not "-n ip#player:port" as the help text suggests.
openttd.c
--- a/openttd.c	Fri Dec 29 23:06:00 2006 +0000
+++ b/openttd.c	Fri Dec 29 23:43:07 2006 +0000
@@ -156,7 +156,7 @@
 		"  -e                  = Start Editor\n"
 		"  -g [savegame]       = Start new/save game immediately\n"
 		"  -G seed             = Set random seed\n"
-		"  -n [ip#player:port] = Start networkgame\n"
+		"  -n [ip:port#player] = Start networkgame\n"
 		"  -D                  = Start dedicated server\n"
 #if !defined(__MORPHOS__) && !defined(__AMIGA__) && !defined(WIN32)
 		"  -f                  = Fork into the background (dedicated only)\n"