diff options
Diffstat (limited to 'tools/merge_fetch.py')
-rwxr-xr-x | tools/merge_fetch.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/merge_fetch.py b/tools/merge_fetch.py index ddd2f06..8c3a997 100755 --- a/tools/merge_fetch.py +++ b/tools/merge_fetch.py @@ -3,7 +3,10 @@ # # Copyright (c) 2014-2015, NORDUnet A/S. # See LICENSE for licensing information. - +# +# Fetch new entries from all storage nodes. +# See catlfish/doc/merge.txt for more about the merge process. +# import sys import struct import subprocess |