brew: add cleanup example

This commit is contained in:
Alex (Oleksii) Markov
2018-12-24 12:38:43 +02:00
committed by Agniva De Sarker
parent e75348ed4f
commit a92f5cba4a

View File

@@ -22,6 +22,10 @@
`brew update` `brew update`
- Remove old versions of installed formulae. If no formula name is given, all installed formulae are processed (use `-n` for dry run):
`brew cleanup {{formula}}`
- Show formulae that have a more recent version available: - Show formulae that have a more recent version available:
`brew outdated` `brew outdated`