summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-12-29 23:43:07 +0000
committerrubidium <rubidium@openttd.org>2006-12-29 23:43:07 +0000
commitebca9d0c6b635b1a417c3efc00118c91d5bd10ec (patch)
tree175d4943c9f2af89983f8708d70f7223a826e1e6 /openttd.c
parentaf2a4cecde8aeae4af2cc22b81a41b206fa9bca0 (diff)
downloadopenttd-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.
Diffstat (limited to 'openttd.c')
-rw-r--r--openttd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openttd.c b/openttd.c
index 0fe2a9f3c..b3865da42 100644
--- a/openttd.c
+++ b/openttd.c
@@ -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"