Skip to content

Commit 7948f1e

Browse files
authored
zstd, zstdmt, zstdcat: standardize alias, add example and fix alias (#19912)
1 parent 4e8532a commit 7948f1e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

pages/common/zstd.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@
2626
- Unlock higher compression levels (up to 22) using more memory (both for compression and decompression):
2727

2828
`zstd --ultra -{{level}} {{path/to/file}}`
29+
30+
- Set the number of working threads to the number of physical CPU cores:
31+
32+
`zstd {{[-T|--threads]}} 0`

pages/common/zstdcat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# zstdcat
22

3-
> This command is an alias of `zstd --decompress --stdout`.
3+
> This command is an alias of `zstd --decompress --stdout --force`.
44
55
- View documentation for the original command:
66

pages/common/zstdmt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# zstdmt
22

3-
> This command is an alias of `zstd --threads 0` (which sets the number of working threads to the number of physical CPU cores).
3+
> This command is an alias of `zstd --threads 0`.
44
55
- View documentation for the original command:
66

0 commit comments

Comments
 (0)