mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-09 12:28:13 -04:00
docs(mkdwarfs): rephrase --max-similarity-size from files to fragments
This commit is contained in:
parent
2003a21eea
commit
08a7887d8a
@ -309,11 +309,12 @@ Most other options are concerned with compression tuning:
|
|||||||
deterministic.
|
deterministic.
|
||||||
|
|
||||||
- `--max-similarity-size=`*value*:
|
- `--max-similarity-size=`*value*:
|
||||||
Don't perform similarity ordering for files larger than this size. This
|
Don't perform similarity ordering for fragments (or files if they are not split
|
||||||
helps speed up scanning, especially on slow file systems. For large files,
|
into fragments by a categorizer) larger than this size. This helps speed up
|
||||||
the gains from similarity ordering are relatively small. When this option
|
scanning, especially on slow file systems. For large fragments, the gains from
|
||||||
is set to a non-zero value, files larger than the limit will be stored first,
|
similarity ordering are relatively small. When this option is set to a non-zero
|
||||||
ordered by size in descending order.
|
value, fragments larger than the limit will be stored first, ordered by size in
|
||||||
|
descending order.
|
||||||
|
|
||||||
- `-F`, `--filter=`*rule*:
|
- `-F`, `--filter=`*rule*:
|
||||||
Add a filter rule. This option can be specified multiple times.
|
Add a filter rule. This option can be specified multiple times.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user