diff options
author | smatz <smatz@openttd.org> | 2009-06-10 19:00:34 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-06-10 19:00:34 +0000 |
commit | 35635c62482bb7955d3f3633b5e22712a2039ce7 (patch) | |
tree | c2a0c8482b35b5a1326578bdbb8533e3d9d50e34 /docs | |
parent | 3eb8f643fb17b34826370823cdc65d2aaf0958e4 (diff) | |
download | openttd-35635c62482bb7955d3f3633b5e22712a2039ce7.tar.xz |
(svn r16555) -Feature [FS#570]: ability to enter server and company password via command line when joining a server (based on patch by Progman, Ammler and planetmaker)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/openttd.6 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/openttd.6 b/docs/openttd.6 index 86fbc6a6c..080c064c8 100644 --- a/docs/openttd.6 +++ b/docs/openttd.6 @@ -1,6 +1,6 @@ .\" Hey, EMACS: -*- nroff -*- .\" Please adjust this date whenever revising the manpage. -.Dd Feb 05, 2009 +.Dd Jun 10, 2009 .Dt OPENTTD 6 .Sh NAME .Nm openttd @@ -20,6 +20,8 @@ .Op Fl l Ar host[:port] .Op Fl m Ar driver .Op Fl n Ar host[:port][#player] +.Op Fl p Ar password +.Op Fl P Ar password .Op Fl r Ar widthxheight .Op Fl s Ar driver .Op Fl t Ar year @@ -72,6 +74,12 @@ Set the music driver, see .Fl h .It Fl n Ar host[:port][#player] Join a network game, optionally specify player to play as and port to connect to +.It Fl p Ar password +Password used to join server. Only useful with +.Fl n +.It Fl P Ar password +Password used to join company. Only useful with +.Fl n .It Fl r Ar widthxheight Set the resolution .It Fl s Ar driver |