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:
parent
b0b48e7f17
commit
ff09e1667a
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue