brew: remove cleanup example (#5066)

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
This commit is contained in:
Matthew Peveler
2021-01-02 11:26:30 -05:00
committed by GitHub
parent e0d14c20d9
commit bf852bbf86

View File

@@ -27,10 +27,6 @@
`brew update`
- Remove old versions of installed formulae (if no formula name is given, all installed formulae are processed):
`brew cleanup {{formula}}`
- Display information about a formula (version, installation path, dependencies, etc.):
`brew info {{formula}}`