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

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}}`