format translation: change colon

This commit is contained in:
Ein Verne
2019-10-19 14:12:27 +08:00
committed by Starbeamrainbowlabs
parent f0f2764de2
commit 30c2bd4c7c
181 changed files with 694 additions and 694 deletions

View File

@@ -3,11 +3,11 @@
> 使用 Zstandard 压缩来压缩 / 解压文件.
> 更多信息:<https://github.com/facebook/zstd>.
- 将一个文件压缩到一个 `.zst` 后缀的压缩文件中
- 将一个文件压缩到一个 `.zst` 后缀的压缩文件中:
`zstd {{file}}`
- 解压缩一个文件
- 解压缩一个文件:
`zstd -d {{file}}.zst`
@@ -19,6 +19,6 @@
`zstd -{{level}} {{file}}`
- 使用更多内存 (解压或压缩时) 来得到更高的压缩比
- 使用更多内存 (解压或压缩时) 来得到更高的压缩比:
`zstd --ultra -{{level}} {{file}}`