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

coverage
Starbeamrainbowlabs 2017-09-28 10:23:06 +01:00 committed by GitHub
commit 761f8170f4
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`

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`