Added --decompress option to man page (by Ivanovic)
This commit is contained in:
parent
aac9369f18
commit
03dddf6432
1 changed files with 5 additions and 1 deletions
|
@ -42,6 +42,10 @@ sets BitsPerPixel value. Example: --bpp 32
|
|||
.BR -d , \ --debug
|
||||
shows some extra debugging informations and options in-game.
|
||||
|
||||
.TP
|
||||
.BR --decompress <infile> <outfile>
|
||||
decompresses a savefile (infile) that is a WML-Binary into a normal textfile (outfile).
|
||||
|
||||
.TP
|
||||
.BR -f , \ --fullscreen
|
||||
runs the game in full screen mode.
|
||||
|
@ -120,7 +124,7 @@ sets additional parameters for this side. This parameter depends on the options
|
|||
.B --controller
|
||||
and
|
||||
.B --algorithm.
|
||||
It should only be usefull for people designing their own AI. (not yet documented completely)
|
||||
It should only be useful for people designing their own AI. (not yet documented completely)
|
||||
|
||||
.TP
|
||||
.BR --side<number>=value
|
||||
|
|
Loading…
Add table
Reference in a new issue