mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 02:35:40 +02:00
softwareupdate: add Chinese translation
This commit is contained in:
parent
3228dc0206
commit
59eb354656
1 changed files with 19 additions and 0 deletions
19
pages.zh/osx/softwareupdate.md
Normal file
19
pages.zh/osx/softwareupdate.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# softwareupdate
|
||||
|
||||
> 通过命令行更新 MacOS 应用商店中应用程序的工具.
|
||||
|
||||
- 列出所有可用的更新:
|
||||
|
||||
`softwareupdate -l`
|
||||
|
||||
- 下载并安装所有更新:
|
||||
|
||||
`softwareupdate -ia`
|
||||
|
||||
- 下载并安装所有推荐的更新:
|
||||
|
||||
`softwareupdate -ir`
|
||||
|
||||
- 下载并安装特定的应用程序:
|
||||
|
||||
`softwareupdate -i {{更新应用程序名}}`
|
Loading…
Add table
Reference in a new issue