Add documentation for format option

This commit is contained in:
Mathieu Comandon 2014-02-09 12:29:27 +01:00
parent 6affb64150
commit 93627c76c1

View file

@ -121,6 +121,10 @@ Extracting archives is done with the ``extract`` directive, the ``file``
argument is a ``file id``. If the archive should be extracted in some other
location than the ``$GAMEDIR``, you can specify a ``dst`` argument.
You can optionally specify the archive's type with the ``format`` option.
This is useful if the archive's file extension does not match what it should
be. Accepted values for ``format`` are: zip, tgz, gzip and bz2.
Example:
::