mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-16 15:09:44 +01:00
md5_tstamp: Fix documentation.
According to the code, file size is not taken into account to know is the hash should be recomputed.
This commit is contained in:
parent
d02a15ae47
commit
e1981e936f
@ -2,8 +2,7 @@
|
||||
# encoding: utf-8
|
||||
|
||||
"""
|
||||
Re-calculate md5 hashes of files only when the file times or the file
|
||||
size have changed.
|
||||
Re-calculate md5 hashes of files only when the file time have changed.
|
||||
|
||||
The hashes can also reflect either the file contents (STRONGEST=True) or the
|
||||
file time and file size.
|
||||
|
Loading…
Reference in New Issue
Block a user