diff options
author | rubidium <rubidium@openttd.org> | 2006-12-29 23:43:07 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2006-12-29 23:43:07 +0000 |
commit | ebca9d0c6b635b1a417c3efc00118c91d5bd10ec (patch) | |
tree | 175d4943c9f2af89983f8708d70f7223a826e1e6 | |
parent | af2a4cecde8aeae4af2cc22b81a41b206fa9bca0 (diff) | |
download | openttd-ebca9d0c6b635b1a417c3efc00118c91d5bd10ec.tar.xz |
(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.
-rw-r--r-- | openttd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -156,7 +156,7 @@ static void showhelp(void) " -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" |