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,27 +1,27 @@
# choco list
> 使用 Chocolatey 显示包列表.
> 使用 Chocolatey 显示包列表
- 列出所有可用的包:
- 列出所有可用的包
`choco list`
- 列出所有本地已安装的包:
- 列出所有本地已安装的包
`choco list --local-only`
- 显示包含本地程序的列表:
- 显示包含本地程序的列表
`choco list --include-programs`
- 只显示已批准的包:
- 只显示已批准的包
`choco list --approved-only`
- Specify a custom source to display packages from 指定一个源来显示包列表:
- Specify a custom source to display packages from 指定一个源来显示包列表
`choco list --source {{源 URL|别名}}`
- 提供一个用户名和密码来进行验证:
- 提供一个用户名和密码来进行验证
`choco list --user {{用户名}} --password {{密码}}`