Add zstdmt and -T0 to man page

This commit is contained in:
Sean Purcell
2017-04-17 16:05:20 -07:00
parent a9e92bea5c
commit 5935c990a0
2 changed files with 11 additions and 4 deletions
+6 -2
View File
@@ -1,11 +1,13 @@
zstd(1) -- zstd, unzstd, zstdcat - Compress or decompress .zst files
====================================================================
zstd(1) -- zstd, zstdmt, unzstd, zstdcat - Compress or decompress .zst files
============================================================================
SYNOPSIS
--------
`zstd` [*OPTIONS*] [-|<INPUT-FILE>] [-o <OUTPUT-FILE>]
`zstdmt` is equivalent to `zstd -T0`
`unzstd` is equivalent to `zstd -d`
`zstdcat` is equivalent to `zstd -dcf`
@@ -101,6 +103,8 @@ the last one takes effect.
Note that decompression will also require more memory when using these levels.
* `-T#`:
Compress using # threads (default: 1).
If `#` is 0, attempt to detect the number of physical CPU cores and compress with
that many threads.
This modifier is only available if `zstd` was compiled with multithreading support.
* `-D file`:
use `file` as Dictionary to compress or decompress FILE(s)