format translation: change period

This commit is contained in:
Ein Verne
2019-10-18 11:30:29 +08:00
committed by Starbeamrainbowlabs
parent 7f995941ed
commit f0f2764de2
168 changed files with 199 additions and 199 deletions

View File

@@ -1,6 +1,6 @@
# zstd
> 使用 Zstandard 压缩来压缩 / 解压文件
> 使用 Zstandard 压缩来压缩 / 解压文件.
> 更多信息:<https://github.com/facebook/zstd>.
- 将一个文件压缩到一个 `.zst` 后缀的压缩文件中:
@@ -15,7 +15,7 @@
`zstd -dc {{file}}.zst`
- 使用指定的压缩等级来压缩一个文件0 = 最差19 = 最好 (默认等级是 3):
- 使用指定的压缩等级来压缩一个文件.0 = 最差19 = 最好 (默认等级是 3):
`zstd -{{level}} {{file}}`