1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 18:45:59 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}}`