1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: Correct the path to the score file in the manpage.
Author: Dean Evans <dean@codemonkies.net>
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642073
--- a/doc/dopewars.6.in
+++ b/doc/dopewars.6.in
@@ -23,7 +23,7 @@
original version.
.TP
\fB\-f\fR, \fB\-\-scorefile\fR=\fIFILE\fR
-Specify a file to use as high score table (defaults to @DPDATADIR@/dopewars.sco)
+Specify a file to use as high score table (defaults to /var/games/dopewars.sco)
.TP
\fB\-o\fR, \fB\-\-hostname\fR=\fIADDR\fR
Specify a multiplayer hostname
|