diff options
author | rubidium <rubidium@openttd.org> | 2009-02-21 13:27:09 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-02-21 13:27:09 +0000 |
commit | a4567f243d7bf2f13ac11a16c4fbb04cf5e2ba11 (patch) | |
tree | 17b96fe5bfc448e2a73b7e9ccedcef93598d4342 /docs | |
parent | 157e0481adb80ad0bb7144ca661042ea78ac8bc7 (diff) | |
download | openttd-a4567f243d7bf2f13ac11a16c4fbb04cf5e2ba11.tar.xz |
(svn r15543) -Change: allow the default debug level of 6 for a dedicated server to be overriden by -d (if used after -D).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/openttd.6 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/openttd.6 b/docs/openttd.6 index c60dff5e6..86fbc6a6c 100644 --- a/docs/openttd.6 +++ b/docs/openttd.6 @@ -41,7 +41,10 @@ or 1 if omitted .It Fl d Ar cat=level[, ...] Set debug verbosity for a specific category .It Fl D Ar [host][:port] -Start a dedicated server +Start a dedicated server. Sets network debug level to 6. If you want to change this, use +.Fl d +after +.Fl D .It Fl G Ar seed Seed the pseudo random number generator .It Fl e |