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

@@ -2,22 +2,22 @@
> 解压一个或多个 cab 文件.
- 将单文件 cab 文件解压到指定目录
- 将单文件 cab 文件解压到指定目录:
`expand {{cab 文件路径}} {{指定的目录}}`
- 列出 cab 文件中的所有文件
- 列出 cab 文件中的所有文件:
`expand {{cab 文件路径}} {{指定的目录}} -d`
- 从 cab 文件中解压所有的文件
- 从 cab 文件中解压所有的文件:
`expand {{cab 文件路径}} {{指定的目录}} -f:*`
- 从 cab 文件中解压一个特定的文件
- 从 cab 文件中解压一个特定的文件:
`expand {{cab 文件路径}} {{指定的目录}} -f:{{文件名}}`
- 解压缩时忽略目录结构,并将它们添加到单个目录中
- 解压缩时忽略目录结构,并将它们添加到单个目录中:
`expand {{cab 文件路径}} {{指定的目录}} -i`