diff --git a/programs/zstd.1 b/programs/zstd.1 index edc128fd137..05a51196a8c 100644 --- a/programs/zstd.1 +++ b/programs/zstd.1 @@ -171,6 +171,12 @@ do not store the original filename and timestamps when compressing a file\. This .TP \fB\-\-best\fR alias to the option \fB\-9\fR\. +.SS Parallel Zstd OPTIONS +Additional options for the \fBpzstd\fR utility +.TP +\fB\-p\fR, \fB\-\-processes\fR + number of threads to use for (de)compression (default:) +. .SS "Environment Variables" Employing environment variables to set parameters has security implications\. Therefore, this avenue is intentionally limited\. 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\. .P