Added the new g(un)zip switches to the manual,

Ivanovic please review since my manpage hacking skills are
non-existant ;-)
This commit is contained in:
Mark de Wever 2007-12-06 16:36:55 +00:00
parent b0b48e7f17
commit ff09e1667a

View file

@ -65,6 +65,14 @@ runs the game in full screen mode.
displays the number of frames per second the game is currently running
at, in a corner of the screen.
.TP
.BI --gunzip \ <infile>
decompresses a savefile which should be a .gz file (infile) and stores it
without the .gz suffix. The (infile) will be removed.
.TP
.BI --gzip \ <infile>
compresses a savefile (infile) as gzip file and stores it as (infile.gz)
and removes (infile).
.TP
.BR -h ", " --help
displays a summary of command line options to standard output, and exits.
.TP