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,18 +2,18 @@
> 显示有关 Chocolatey 包的详细信息.
- 显示指定包的信息
- 显示指定包的信息:
`choco info {{包名}}`
- 显示一个本地已安装包的信息
- 显示一个本地已安装包的信息:
`choco info {{包名}} --local-only`
- 从一个自定义的源来获取包的信息
- 从一个自定义的源来获取包的信息:
`choco info {{包名}} --source {{源 URL|别名}}`
- 提供一个用户名和密码来进行验证
- 提供一个用户名和密码来进行验证:
`choco info {{包名}} --user {{用户名}} --password {{密码}}`