zstd/pzstd.1.patch

18 lines
1021 B
Diff
Raw Normal View History

Index: zstd-1.4.7/programs/zstd.1
===================================================================
--- zstd-1.4.7.orig/programs/zstd.1
+++ zstd-1.4.7/programs/zstd.1
@@ -223,6 +223,12 @@ Using environment variables to set param
.P
They can both be overridden by corresponding command line arguments: \fB\-#\fR for compression level and \fB\-T#\fR for number of compression threads\.
.
+.SH Parallel Zstd OPTIONS
+Additional options for the pzstd utility
+.TP
+.BR \-p ", " --processes
+ number of threads to use for (de)compression (default:4)
+.
.SH "DICTIONARY BUILDER"
\fBzstd\fR offers \fIdictionary\fR compression, which greatly improves efficiency on small files and messages\. It\'s possible to train \fBzstd\fR with a set of samples, the result of which is saved into a file called a \fBdictionary\fR\. Then during compression and decompression, reference the same dictionary, using command \fB\-D dictionaryFileName\fR\. Compression of small files similar to the sample set will be greatly improved\.
.