]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update comment about default dictionary builder 1302/head
authorJennifer Liu <jenniferliu620@fb.com>
Thu, 30 Aug 2018 22:46:39 +0000 (15:46 -0700)
committerJennifer Liu <jenniferliu620@fb.com>
Thu, 30 Aug 2018 22:46:39 +0000 (15:46 -0700)
programs/zstd.1
programs/zstd.1.md

index 51825af7496725111f6e7913e02ca520d7e77d4c..526701a2c8f690555b2dead949831a2b9437d32c 100644 (file)
@@ -194,7 +194,7 @@ All arguments after \fB\-\-\fR are treated as files
 Use FILEs as training set to create a dictionary\. The training set should contain a lot of small files (> 100), and weight typically 100x the target dictionary size (for example, 10 MB for a 100 KB dictionary)\.
 .
 .IP
-Supports multithreading if \fBzstd\fR is compiled with threading support\. Additional parameters can be specified with \fB\-\-train\-cover\fR\ or \fB\-\-train\-fastcover\fR\. The legacy dictionary builder can be accessed with \fB\-\-train\-legacy\fR\. Equivalent to \fB\-\-train\-fastCover=d=8,steps=4\fR\.
+Supports multithreading if \fBzstd\fR is compiled with threading support\. Additional parameters can be specified with \fB\-\-train\-fastcover\fR\. The legacy dictionary builder can be accessed with \fB\-\-train\-legacy\fR\.  The cover dictionary builder can be accessed with \fB\-\-train\-cover\fR\. Equivalent to \fB\-\-train\-fastCover=d=8,steps=4\fR\.
 .
 .TP
 \fB\-o file\fR
index 324b765b771a752d93e7a079a609923b786b4c12..14c262650ae057a8bda641f06f7741dfb6a94825 100644 (file)
@@ -200,9 +200,10 @@ Compression of small files similar to the sample set will be greatly improved.
     (for example, 10 MB for a 100 KB dictionary).
 
     Supports multithreading if `zstd` is compiled with threading support.
-    Additional parameters can be specified with `--train-cover`.
+    Additional parameters can be specified with `--train-fastcover`.
     The legacy dictionary builder can be accessed with `--train-legacy`.
-    Equivalent to `--train-cover=d=8,steps=4`.
+    The cover dictionary builder can be accessed with `--train-cover`.
+    Equivalent to `--train-fastcover=d=8,steps=4`.
 * `-o file`:
     Dictionary saved into `file` (default name: dictionary).
 * `--maxdict=#`: