1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 23:46:00 +02:00

choco-outdated: add Chinese translation

This commit is contained in:
Starccy 2019-03-10 21:31:21 +08:00 committed by Starbeamrainbowlabs
parent 5e6f15e4e0
commit 8e63ce09aa

View file

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