diff --git a/pages/common/zstd.md b/pages/common/zstd.md index 4052605c63d4d1..77785bef518972 100644 --- a/pages/common/zstd.md +++ b/pages/common/zstd.md @@ -26,3 +26,7 @@ - Unlock higher compression levels (up to 22) using more memory (both for compression and decompression): `zstd --ultra -{{level}} {{path/to/file}}` + +- Set the number of working threads to the number of physical CPU cores: + +`zstd {{[-T|--threads]}} 0` diff --git a/pages/common/zstdcat.md b/pages/common/zstdcat.md index 3a9d3d58400a65..b5cbc5b55a3689 100644 --- a/pages/common/zstdcat.md +++ b/pages/common/zstdcat.md @@ -1,6 +1,6 @@ # zstdcat -> This command is an alias of `zstd --decompress --stdout`. +> This command is an alias of `zstd --decompress --stdout --force`. - View documentation for the original command: diff --git a/pages/common/zstdmt.md b/pages/common/zstdmt.md index 817f33d1ec9c33..4d6f39ecd3eb8c 100644 --- a/pages/common/zstdmt.md +++ b/pages/common/zstdmt.md @@ -1,6 +1,6 @@ # zstdmt -> This command is an alias of `zstd --threads 0` (which sets the number of working threads to the number of physical CPU cores). +> This command is an alias of `zstd --threads 0`. - View documentation for the original command: