From 9229d463cb99e7f348962c8cfac264155a75262a Mon Sep 17 00:00:00 2001 From: Christian Zangl Date: Thu, 21 Dec 2023 19:37:51 +0100 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22341f6..8974f2e 100644 --- a/README.md +++ b/README.md @@ -129,9 +129,9 @@ When you run it again it first checks the modification time, ### I wish to use a stronger hash algorithm -chkbit now uses blake3 by default. You can also specify it with `--algo sha512` or `--algo md5`. +chkbit now uses blake3 by default. You can also specify `--algo sha512` or `--algo md5`. -Note that existing index files will use the hash that they were created with. If you wish to update all hashes you need to delete your existing indexes first. +Note that existing index files will use the hash that they were created with. If you wish to update all hashes you need to delete your existing indexes first. A conversion mode may be added later (PR welcome). ### How can I delete the index files?