Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,19 +1,19 @@
# choco outdated
> 使用 Chocolatey 检查过时的包.
> 使用 Chocolatey 检查过时的包
- 用表格的形式列出过时的包:
- 用表格的形式列出过时的包
`choco outdated`
- 忽略输出中的固定包:
- 忽略输出中的固定包
`choco outdated --ignore-pinned`
- 从自定义的源处检查过时的包:
- 从自定义的源处检查过时的包
`choco outdated --source {{源 URL|别名}}`
- 提供一个用户名和密码来进行验证:
- 提供一个用户名和密码来进行验证
`choco outdated --user {{用户名}} --password {{密码}}`