Bernhard Wiedemann
4879c3323f
* Various Speed improvements * I/O Performance improvements * Support of externally-defined sequence producers * rebase pzstd.1.patch OBS-URL: https://build.opensuse.org/package/show/Archiving/zstd?expand=0&rev=79
18 lines
784 B
Diff
18 lines
784 B
Diff
Index: zstd-1.5.4/programs/zstd.1
|
|
===================================================================
|
|
--- zstd-1.5.4.orig/programs/zstd.1
|
|
+++ zstd-1.5.4/programs/zstd.1
|
|
@@ -171,6 +171,12 @@ do not store the original filename and t
|
|
.TP
|
|
\fB\-\-best\fR
|
|
alias to the option \fB\-9\fR\.
|
|
+.SS Parallel Zstd OPTIONS
|
|
+Additional options for the pzstd utility
|
|
+.TP
|
|
+\fB\-p\fR, \fB\-\-processes\fR
|
|
+ number of threads to use for (de)compression (default:4)
|
|
+.
|
|
.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
|