This is an automated email from the git hooks/post-receive script. detiste-guest pushed a commit to branch master in repository corsix-th.
commit cb58811e3e167ce7b42d9f4478481a806a4ec09d Author: Alexandre Detiste <[email protected]> Date: Sun Dec 6 23:04:07 2015 +0100 manpage: document command-line options --- debian/corsix-th.6 | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/debian/corsix-th.6 b/debian/corsix-th.6 index b04cd2a..228e664 100644 --- a/debian/corsix-th.6 +++ b/debian/corsix-th.6 @@ -4,6 +4,13 @@ corsix\-th \- A Theme Hospital engine reimplementation. . .SH SYNOPSIS .B corsix\-th +.RB [\-\-interpreter= +.RI lua file] +.RB [\-\-config\-file +.RI config file] +.RB [\-\-load= +.RI save file] +.RB [\-\-dump=strings] .SH DESCRIPTION Theme Hospital was a simulation computer game developed by Bullfrog Productions and published by Electronic Arts in 1997, in which the player @@ -20,10 +27,33 @@ packaged with .I game\-data\-packager . .SH OPTIONS -There are no documented options for this game. +This is a list of the options accepted by +.B corsix\-th +.TP +.B \-\-interpreter= +.RI lua file +Specify an alternative file to use as the main interpreter (bootstrap code) +.TP +.B \-\-config\-file +.RI config file +Use an alternative configuration file +.TP +.B \-\-load= +.RI save file +If specified, loads the given save file immediately on start-up +.TP +.B \-\-dump=strings +Turns on debugging mode +.SH FILES +The save files are stored in +.I ~/.config/CorsixTH/Saves/ +. .SH SEE ALSO \fIgame\-data\-packager\fP(6) .SH AUTHOR +CorsixTH was written by Peter "Corsix" Cawley et al. +.PP +Copyright \(co 2012 Chris Butler \fI<[email protected]>\fP Copyright \(co 2015 Alexandre Detiste \fI<[email protected]>\fP This man page was written for the Debian project, but may be used by others. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/corsix-th.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

