format zh translations

This commit is contained in:
Ein Verne
2019-10-18 10:33:27 +08:00
committed by Starbeamrainbowlabs
parent e90e6bdf6b
commit 7f995941ed
183 changed files with 1086 additions and 1101 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 --source {{源 URL|别名}}`
- 提供一个用户名和密码来进行验证:
- 提供一个用户名和密码来进行验证
`choco list --user {{用户名}} --password {{密码}}`