Add more documentation details for --file-hash option

This commit is contained in:
Marcus Holland-Moritz 2022-11-08 21:52:53 +01:00
parent 0e488b958d
commit f95844a35d

View File

@ -313,7 +313,11 @@ Most other options are concerned with compression tuning:
- `--file-hash=none`|*name*: - `--file-hash=none`|*name*:
Select the hashing function to be used for file deduplication. If `none` Select the hashing function to be used for file deduplication. If `none`
is chosen, file deduplication is disabled. is chosen, file deduplication is disabled. By default, the built-in
`XXH3-128` hash is used. This is not a secure hash function, but it is
significantly faster. The full list of supported hash function depends
on the version of OpenSSL that the binary is linked against and is shown
in the output of `mkdwarfs -h`.
- `--log-level=`*name*: - `--log-level=`*name*:
Specifiy a logging level. Specifiy a logging level.