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 outdated`
- 忽略输出中的固定包
- 忽略输出中的固定包:
`choco outdated --ignore-pinned`
- 从自定义的源处检查过时的包
- 从自定义的源处检查过时的包:
`choco outdated --source {{源 URL|别名}}`
- 提供一个用户名和密码来进行验证
- 提供一个用户名和密码来进行验证:
`choco outdated --user {{username}} --password {{password}}`