Michel Alexandre Salim 1043b8
diff -Naur zstd-1.5.1.orig/programs/zstd.1 zstd-1.5.1/programs/zstd.1
Michel Alexandre Salim 1043b8
--- zstd-1.5.1.orig/programs/zstd.1	2021-12-20 22:49:18.000000000 +0000
Michel Alexandre Salim 1043b8
+++ zstd-1.5.1/programs/zstd.1	2021-12-22 16:49:17.160850340 +0000
Michel Alexandre Salim 1043b8
@@ -146,6 +146,14 @@
Michel Alexandre Salim 1043b8
 \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\.
Michel Alexandre Salim 1043b8
 .IP "\[ci]" 4
465b0c
 \fB\-\-\fR: All arguments after \fB\-\-\fR are treated as files
465b0c
+
465b0c
+.SH Parallel Zstd OPTIONS
465b0c
+Additional options for the pzstd utility
465b0c
+.TP
465b0c
+.BR \-p ", " --processes
465b0c
+ number of threads to use for (de)compression (default:4)
465b0c
+
465b0c
+
465b0c
 .IP "" 0
Michel Alexandre Salim 1043b8
 .SS "Restricted usage of Environment Variables"
Michel Alexandre Salim 1043b8
 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\.