diff options
author | Darkvater <Darkvater@openttd.org> | 2007-02-27 16:51:49 +0000 |
---|---|---|
committer | Darkvater <Darkvater@openttd.org> | 2007-02-27 16:51:49 +0000 |
commit | 116fa34316460a34798d0a724a532b14e53ddd0c (patch) | |
tree | 27656704015d8cd84fe6e672393ffba0dc677989 /docs | |
parent | f57f10ded9aadea097c26aedf8c29c1ced81a0a7 (diff) | |
download | openttd-116fa34316460a34798d0a724a532b14e53ddd0c.tar.xz |
(svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/openttd.6 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/openttd.6 b/docs/openttd.6 index 448d2f9bc..4f7aa22d9 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 February 8, 2007 +.Dd February 27, 2007 .Dt OPENTTD 6 .Sh NAME .Nm openttd @@ -11,14 +11,14 @@ .Op Fl G Ar seed .Op Fl d Ar [level | cat=lvl[, ...]] .Op Fl g Ar [savegame] -.Op Fl n Ar [host[#player][:port]] +.Op Fl n Ar host[:port][#player] .Op Fl r Ar widthxheight .Op Fl t Ar date .Op Fl m Ar driver .Op Fl s Ar driver .Op Fl v Ar driver .Sh OPTIONS -.Bl -tag -width ".Fl n Ar host[#player][:port]" +.Bl -tag -width ".Fl n Ar host[:port][#player]" .It Fl D Start a dedicated server .It Fl G Ar seed @@ -45,9 +45,7 @@ Force to use the DOS palette (use this if you see a lot of magenta) .It Fl m Ar driver Set the music driver, see .Fl h -.It Fl n -Start a network server -.It Fl n Ar host[#player][:port] +.It Fl n Ar host[:port][#player] Join a network game, optionally specify player to play as and port to connect to .It Fl r Ar widthxheight Set the resolution |