1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 22:38:23 +01:00

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`
- 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:
`brew outdated`