mirror of
https://github.com/facebook/zstd.git
synced 2025-11-29 00:04:37 -05:00
Update -T0 comment in man page
This commit is contained in:
parent
5935c990a0
commit
e6c504dbe6
@ -101,7 +101,7 @@ unlocks high compression levels 20+ (maximum 22), using a lot more memory\. Note
|
|||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-T#\fR
|
\fB\-T#\fR
|
||||||
Compress using # threads (default: 1)\. If \fB#\fR is 0, attempt to detect the number of physical CPU cores and compress with that many threads\. This modifier is only available if \fBzstd\fR was compiled with multithreading support\.
|
Compress using # threads (default: 1)\. If \fB#\fR is 0, attempt to detect the number of physical CPU cores and compress with that many threads\. This modified does nothing if \fBzstd\fR was compiled without multithread support\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-D file\fR
|
\fB\-D file\fR
|
||||||
|
|||||||
@ -105,7 +105,7 @@ the last one takes effect.
|
|||||||
Compress using # threads (default: 1).
|
Compress using # threads (default: 1).
|
||||||
If `#` is 0, attempt to detect the number of physical CPU cores and compress with
|
If `#` is 0, attempt to detect the number of physical CPU cores and compress with
|
||||||
that many threads.
|
that many threads.
|
||||||
This modifier is only available if `zstd` was compiled with multithreading support.
|
This modified does nothing if `zstd` was compiled without multithread support.
|
||||||
* `-D file`:
|
* `-D file`:
|
||||||
use `file` as Dictionary to compress or decompress FILE(s)
|
use `file` as Dictionary to compress or decompress FILE(s)
|
||||||
* `--nodictID`:
|
* `--nodictID`:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user