0

even more doc tweaks

This commit is contained in:
Andrew Brown
2012-03-11 13:10:02 -04:00
parent 3fd9b82108
commit 10806381d9

View File

@@ -110,9 +110,10 @@ The first render can take a while, depending on the size of your world.
Options Options
------- -------
The following three options change the way the checks for tiles to update, and The following three options change the way The Overviewer determines which tiles
are intended to be things you only have to use in special situations. You should to update, and are intended to be things you only have to use in special
not normally have to specify these options, the default is typically correct. situations. You should not normally have to specify these options; the default
is typically correct.
.. cmdoption:: --no-tile-checks .. cmdoption:: --no-tile-checks
@@ -168,8 +169,9 @@ not normally have to specify these options, the default is typically correct.
Forces The Overviewer to re-render every tile regardless of whether it Forces The Overviewer to re-render every tile regardless of whether it
thinks it needs updating or not. It does no tile mtime checks, and therefore thinks it needs updating or not. It does no tile mtime checks, and therefore
ignores the last render time of the world and the last modification time of ignores the last render time of the world, the last modification times of
each chunk. It unconditionally renders every tile that exists. each chunk, and the filesystem mtimes of each tile. It unconditionally
renders every tile that exists.
The caveat with this option is that it does *no* checks, period. Meaning it The caveat with this option is that it does *no* checks, period. Meaning it
will not detect tiles that do exist, but shouldn't (this can happen if your will not detect tiles that do exist, but shouldn't (this can happen if your