mirror of https://github.com/OpenTTD/OpenTTD
(svn r24485) -Fix: Clarify description of command line option -n
parent
d3ec3e34b8
commit
e83cab150b
|
@ -159,7 +159,7 @@ static void ShowHelp()
|
||||||
" -g [savegame] = Start new/save game immediately\n"
|
" -g [savegame] = Start new/save game immediately\n"
|
||||||
" -G seed = Set random seed\n"
|
" -G seed = Set random seed\n"
|
||||||
#if defined(ENABLE_NETWORK)
|
#if defined(ENABLE_NETWORK)
|
||||||
" -n [ip:port#company]= Start networkgame\n"
|
" -n [ip:port#company]= Join network game\n"
|
||||||
" -p password = Password to join server\n"
|
" -p password = Password to join server\n"
|
||||||
" -P password = Password to join company\n"
|
" -P password = Password to join company\n"
|
||||||
" -D [ip][:port] = Start dedicated server\n"
|
" -D [ip][:port] = Start dedicated server\n"
|
||||||
|
|
Loading…
Reference in New Issue