brew: fix typos in help text

This commit is contained in:
Damien Pollet 2011-12-13 17:09:13 +01:00
parent 649c6cea33
commit 6afcb9b355
1 changed files with 3 additions and 3 deletions

6
_brew
View File

@ -46,15 +46,15 @@ _1st_arguments=(
'link:link a formula'
'list:list files in a formula or not-installed formulae'
'log:git commit log for a formula'
'missing:check all installed formuale for missing dependencies.'
'outdated:list formulas for which a newer version is available'
'missing:check all installed formulae for missing dependencies.'
'outdated:list formulae for which a newer version is available'
'prune:remove dead links'
'remove:remove a formula'
'search:search for a formula (/regex/ or string)'
'server:start a local web app that lets you browse formulae (requires Sinatra)'
'unlink:unlink a formula'
'update:freshen up links'
'uses:show formulas which depend on a formula'
'uses:show formulae which depend on a formula'
)
local expl