diff --git a/Readme.md b/Readme.md index e7c5b71..4887ab9 100644 --- a/Readme.md +++ b/Readme.md @@ -154,8 +154,8 @@ Options: ``` Usage: elodie.py generate-db [OPTIONS] - Regenerate the hash.json database which contains all of the sha1 - signatures of media files. + Regenerate the hash.json database which contains all of the sha256 + signatures of media files. The hash.json file is located at ~/.elodie/. Options: --source DIRECTORY Source of your photo library. [required] diff --git a/elodie.py b/elodie.py index e8ac607..16d0705 100755 --- a/elodie.py +++ b/elodie.py @@ -128,7 +128,7 @@ def _import(destination, source, file, album_from_folder, trash, allow_duplicate @click.option('--debug', default=False, is_flag=True, help='Override the value in constants.py with True.') def _generate_db(source, debug): - """Regenerate the hash.json database which contains all of the sha1 signatures of media files. + """Regenerate the hash.json database which contains all of the sha256 signatures of media files. The hash.json file is located at ~/.elodie/. """ constants.debug = debug result = Result()