Forgot to document the `lazy` param.

This commit is contained in:
Ian Cordasco 2012-11-08 13:45:31 -05:00
parent 01471f885d
commit 72bd7ee8cf

3
README
View file

@ -101,6 +101,9 @@ standard output.
is emited. If you don't specify it or set it to **-1**, it's just ignored. is emited. If you don't specify it or set it to **-1**, it's just ignored.
If specified, it must be a positive value. 12 is usually a good value. If specified, it must be a positive value. 12 is usually a good value.
*lazy* when set to ``True`` will also take into account files not added to the
index.
Also, make sure the file is executable and adapt the shebang line so it Also, make sure the file is executable and adapt the shebang line so it
point to your python interpreter. point to your python interpreter.