tMainpage update - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 16a76bc913c4d6f07832133984eeb3eb78a7893a
(DIR) parent b6545fef04d2308b7417d76d3b988b87fb063185
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Sun, 29 Apr 2001 17:02:28 +0000
Mainpage update
Diffstat:
M doc/dopewars.6 | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/doc/dopewars.6 b/doc/dopewars.6
t@@ -33,7 +33,7 @@ Run in server mode. If you want a non-interactive server, use the command:
dopewars -s < /dev/null >>logfile &
.TP
.B \-S
-Run as a "private" server
+Run as a "private" server (do not report to the metaserver)
.TP
.B \-p port
Specify the network port to use
t@@ -47,6 +47,13 @@ Specify the pathname of a PID file to maintain while running as a server
.B \-c
Create and run a computer player
.TP
+.B \-w
+Force the use of a graphical client (GTK+ or Win32)
+.TP
+.B \-t
+Force the use of a text-mode (curses) client (by default, a windowed client
+is used when possible)
+.TP
.B \-h
Display a help screen
.TP
t@@ -54,4 +61,5 @@ Display a help screen
Output version information and exit.
.SH AUTHOR
This manual page was written by Leon Breedt <ljb@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
+for the Debian GNU/Linux system (but may be used by others). Additional
+updates by Ben Webb <ben@bellatrix.pcl.ox.ac.uk>.