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:
Romain Le Godais 2018-11-21 15:02:58 +01:00
parent d02a15ae47
commit e1981e936f
1 changed files with 1 additions and 2 deletions

View File

@ -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.