e4fb6b
diff -Naur -Naru zstd-1.3.4/programs/zstd.1 zstd-1.3.4.new/programs/zstd.1
e4fb6b
--- zstd-1.3.4/programs/zstd.1	2018-03-26 22:19:34.000000000 +0000
e4fb6b
+++ zstd-1.3.4.new/programs/zstd.1	2018-03-28 04:28:27.532777239 +0000
e4fb6b
@@ -177,7 +177,14 @@
ab9dbf
 .
ab9dbf
 .SS "Restricted usage of Environment Variables"
ab9dbf
 Using environment variables to set parameters has security implications\. Therefore, this avenue is intentionally restricted\. Only \fBZSTD_CLEVEL\fR is supported currently, for setting compression level\. \fBZSTD_CLEVEL\fR can be used to set the level between 1 and 19 (the "normal" range)\. If the value of \fBZSTD_CLEVEL\fR is not a valid integer, it will be ignored with a warning message\. \fBZSTD_CLEVEL\fR just replaces the default compression level (\fB3\fR)\. It can be overridden by corresponding command line arguments\.
e4fb6b
-.
e4fb6b
+
e4fb6b
+.SH Parallel Zstd OPTIONS
e4fb6b
+Additional options for the pzstd utility
e4fb6b
+.TP
e4fb6b
+.BR \-p ", " --processes
e4fb6b
+ number of threads to use for (de)compression (default:4)
e4fb6b
+
e4fb6b
+
e4fb6b
 .SH "DICTIONARY BUILDER"
e4fb6b
 \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\.
e4fb6b
 .