From 08a7887d8a4bb147ca55fc0567ef5f734e082d3a Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Mon, 8 Jan 2024 08:56:33 +0100 Subject: [PATCH] docs(mkdwarfs): rephrase --max-similarity-size from files to fragments --- doc/mkdwarfs.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/mkdwarfs.md b/doc/mkdwarfs.md index d50046f9..33e535e5 100644 --- a/doc/mkdwarfs.md +++ b/doc/mkdwarfs.md @@ -309,11 +309,12 @@ Most other options are concerned with compression tuning: deterministic. - `--max-similarity-size=`*value*: - Don't perform similarity ordering for files larger than this size. This - helps speed up scanning, especially on slow file systems. For large files, - the gains from similarity ordering are relatively small. When this option - is set to a non-zero value, files larger than the limit will be stored first, - ordered by size in descending order. + Don't perform similarity ordering for fragments (or files if they are not split + into fragments by a categorizer) larger than this size. This helps speed up + scanning, especially on slow file systems. For large fragments, the gains from + similarity ordering are relatively small. When this option is set to a non-zero + value, fragments larger than the limit will be stored first, ordered by size in + descending order. - `-F`, `--filter=`*rule*: Add a filter rule. This option can be specified multiple times.