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

This commit is contained in:
Waldir Pimenta
2017-09-16 16:55:11 +01:00
committed by GitHub
parent 3488b0522a
commit 5a98aaf898

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`