brew: minor reword, don't use token syntax in desc (#1495)

This commit is contained in:
Starbeamrainbowlabs
2017-09-28 10:23:06 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

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