format translation: change colon
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
f0f2764de2
commit
30c2bd4c7c
@@ -2,22 +2,22 @@
|
||||
|
||||
> 使用 Chocolatey 卸载一个或多个包.
|
||||
|
||||
- 卸载一个或多个用空格分隔的软件包:
|
||||
- 卸载一个或多个用空格分隔的软件包:
|
||||
|
||||
`choco uninstall {{包名 『包名』 ..}}`
|
||||
|
||||
- 卸载一个指定版本的包:
|
||||
- 卸载一个指定版本的包:
|
||||
|
||||
`choco uninstall {{包名}} --version {{版本号}}`
|
||||
|
||||
- 自动确认所有提示:
|
||||
- 自动确认所有提示:
|
||||
|
||||
`choco uninstall {{包名}} --yes`
|
||||
|
||||
- 卸载时同时删除其所有的依赖:
|
||||
- 卸载时同时删除其所有的依赖:
|
||||
|
||||
`choco uninstall {{包名}} --remove-dependencies`
|
||||
|
||||
- 卸载全部包:
|
||||
- 卸载全部包:
|
||||
|
||||
`choco uninstall all`
|
||||
|
Reference in New Issue
Block a user