brew: minor reword, don't use token syntax in desc

coverage
Waldir Pimenta 2017-09-16 16:55:11 +01:00 committed by GitHub
parent 3488b0522a
commit 5a98aaf898
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
`brew list` `brew list`
- Update an installed formula (passing no `{{formula}}` updates all installed formulae): - Update an installed formula (if no formula name is given, updates all installed formulae):
`brew upgrade {{formula}}` `brew upgrade {{formula}}`
@ -22,7 +22,7 @@
`brew update` `brew update`
- Show formulae that have an updated version available: - Show formulae that have a more recent version available:
`brew outdated` `brew outdated`