Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,19 +1,19 @@
# softwareupdate
> 通过命令行更新 macOS 应用商店中应用程序的工具.
> 通过命令行更新 macOS 应用商店中应用程序的工具
- 列出所有可用的更新:
- 列出所有可用的更新
`softwareupdate -l`
- 下载并安装所有更新:
- 下载并安装所有更新
`softwareupdate -ia`
- 下载并安装所有推荐的更新:
- 下载并安装所有推荐的更新
`softwareupdate -ir`
- 下载并安装特定的应用程序:
- 下载并安装特定的应用程序
`softwareupdate -i {{更新应用程序名}}`