Describe how to load md5_tstamp - Issue 2231

This commit is contained in:
Thomas Nagy 2019-04-19 18:45:43 +02:00
parent 14ba605138
commit 85c499b1cc
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@
# encoding: utf-8
"""
Re-calculate md5 hashes of files only when the file time have changed.
Re-calculate md5 hashes of files only when the file time have changed::
def options(opt):
opt.load('md5_tstamp')
The hashes can also reflect either the file contents (STRONGEST=True) or the
file time and file size.