diff options
author | Simon Howard | 2010-12-12 13:11:11 +0000 |
---|---|---|
committer | Simon Howard | 2010-12-12 13:11:11 +0000 |
commit | f4eb88dd2322db7831563ad55f8b6c45516906f9 (patch) | |
tree | a07b838c06a24d312f90c9154107c5b2d1f384c3 /man | |
parent | 57a9f56e2cba50249ee8a96533c8baed47814f92 (diff) | |
download | chocolate-doom-f4eb88dd2322db7831563ad55f8b6c45516906f9.tar.gz chocolate-doom-f4eb88dd2322db7831563ad55f8b6c45516906f9.tar.bz2 chocolate-doom-f4eb88dd2322db7831563ad55f8b6c45516906f9.zip |
Add -privateserver and -servername options to chocolate-server manpage.
Add server registration option to setup tool (thanks exp(x)).
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2220
Diffstat (limited to 'man')
-rw-r--r-- | man/chocolate-server.6 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/chocolate-server.6 b/man/chocolate-server.6 index 65d0a3fe..f37173f2 100644 --- a/man/chocolate-server.6 +++ b/man/chocolate-server.6 @@ -29,6 +29,12 @@ mean the netgame will simply not function at all. .TP \fB-port <n>\fR Use the specified UDP port for communications, instead of the default (2342). +.TP +\fB-privateserver\fR +Don't register with the global master server. +.TP +\fB-servername <name>\fR +Specify a name for the server. .SH SEE ALSO \fBchocolate-doom\fR(6), \fBchocolate-setup\fR(6) |