pages.zh: update outdated pages (#11939)

This commit is contained in:
Sebastiaan Speck
2024-01-01 10:38:53 +01:00
committed by GitHub
parent ef0f5499ad
commit 81ddb70476
59 changed files with 125 additions and 205 deletions

View File

@@ -5,16 +5,16 @@
- 列出所有可用的更新:
`softwareupdate -l`
`softwareupdate --list`
- 下载并安装所有更新:
`softwareupdate -ia`
`softwareupdate --install --all`
- 下载并安装所有推荐的更新:
`softwareupdate -ir`
`softwareupdate --install --req`
- 下载并安装特定的应用程序:
`softwareupdate -i {{更新应用程序名}}`
`softwareupdate --install {{更新应用程序名}}`