Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
laktak committed Dec 21, 2023
1 parent a03d5b4 commit 9229d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 9229d46

Please sign in to comment.