1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 19:15:27 +02:00

zstd: reworded a sentence (as discussed in PR #3791) (#3814)

This commit is contained in:
Florian 2020-01-30 01:41:22 +01:00 committed by GitHub
parent 545a95dd90
commit 9abba96cc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
`zstd -dc {{file}}.zst`
- Compress a file, while specifing the compression level. 0 = Worst, 19 = Best (Default level is 3):
- Compress a file, while specifing the compression level (0 being worst, 19 best, and 3 default):
`zstd -{{level}} {{file}}`