tweak password test count changelog

This commit is contained in:
Michael Eischer 2022-06-12 15:39:06 +02:00
parent d08549f0ae
commit c9ef873192
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Previously, restic tested the password against every key in the repository, when
there are more and more keys in the repository, opening the repository becomes
slower and slower.
Now restic tests password up to 20 times on the key file in the repository, or
you can use `-key-hint=<Key ID>` to specify the key file to be used.
Now restic tests password against up to 20 key file in the repository. Alternatively,
you can use `--key-hint=<Key ID>` to specify the key file to be used.
https://github.com/restic/restic/pull/3776