Blame SOURCES/pzstd.1.patch

5ab3ad
diff -Naur zstd-1.5.1.orig/programs/zstd.1 zstd-1.5.1/programs/zstd.1
5ab3ad
--- zstd-1.5.1.orig/programs/zstd.1	2021-12-20 22:49:18.000000000 +0000
5ab3ad
+++ zstd-1.5.1/programs/zstd.1	2021-12-22 16:49:17.160850340 +0000
5ab3ad
@@ -146,6 +146,14 @@
5ab3ad
 \fB\-\-show\-default\-cparams\fR: Shows the default compression parameters that will be used for a particular src file\. If the provided src file is not a regular file (eg\. named pipe), the cli will just output the default parameters\. That is, the parameters that are used when the src size is unknown\.
5ab3ad
 .IP "\[ci]" 4
5ab3ad
 \fB\-\-\fR: All arguments after \fB\-\-\fR are treated as files
5ab3ad
+
5ab3ad
+.SH Parallel Zstd OPTIONS
5ab3ad
+Additional options for the pzstd utility
5ab3ad
+.TP
5ab3ad
+.BR \-p ", " --processes
5ab3ad
+ number of threads to use for (de)compression (default:4)
5ab3ad
+
5ab3ad
+
5ab3ad
 .IP "" 0
5ab3ad
 .SS "Restricted usage of Environment Variables"
5ab3ad
 Using environment variables to set parameters has security implications\. Therefore, this avenue is intentionally restricted\. Only \fBZSTD_CLEVEL\fR and \fBZSTD_NBTHREADS\fR are currently supported\. They set the compression level and number of threads to use during compression, respectively\.