mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:42:10 +02:00
softwareupdate: add page (#1573)
This commit is contained in:
parent
a7c936e3ec
commit
713a0d0c39
1 changed files with 19 additions and 0 deletions
19
pages/osx/softwareupdate.md
Normal file
19
pages/osx/softwareupdate.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# softwareupdate
|
||||
|
||||
> A tool for updating MacOS App Store apps via the command line.
|
||||
|
||||
- List all available updates:
|
||||
|
||||
`softwareupdate -l`
|
||||
|
||||
- Download and install all updates:
|
||||
|
||||
`softwareupdate -ia`
|
||||
|
||||
- Download and install all recommended updates:
|
||||
|
||||
`softwareupdate -ir`
|
||||
|
||||
- Download and install a specific app:
|
||||
|
||||
`softwareupdate -i {{update_name}}`
|
Loading…
Add table
Reference in a new issue