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,27 +2,27 @@
> Windows 的命令行安装程序.
- 安装一个包
- 安装一个包:
`scoop install {{包名}}`
- 删除一个包
- 删除一个包:
`scoop uninstall {{包名}}`
- 更新所有已安装的包
- 更新所有已安装的包:
`scoop update *`
- 列出所有已安装的包
- 列出所有已安装的包:
`scoop list`
- 显示一个包的信息
- 显示一个包的信息:
`scoop info {{包名}}`
- 搜索一个包
- 搜索一个包:
`scoop search {{包名}}`
@@ -30,6 +30,6 @@
`scoop bucket known`
- 通过别名或 Git 存储库 URL 添加存储桶
- 通过别名或 Git 存储库 URL 添加存储桶:
`scoop bucket add {{bucket}}`