From 6afcb9b355456dccd2e8dbe55082a898f8472aeb Mon Sep 17 00:00:00 2001 From: Damien Pollet Date: Tue, 13 Dec 2011 17:09:13 +0100 Subject: [PATCH 1/2] brew: fix typos in help text --- _brew | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_brew b/_brew index 4125646..3898d80 100644 --- a/_brew +++ b/_brew @@ -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 From abc09e5b64cce74179c33aa3a5a3af4c361b078b Mon Sep 17 00:00:00 2001 From: Damien Pollet Date: Tue, 13 Dec 2011 17:09:59 +0100 Subject: [PATCH 2/2] brew: add upgrade command --- _brew | 1 + 1 file changed, 1 insertion(+) diff --git a/_brew b/_brew index 3898d80..d374cca 100644 --- a/_brew +++ b/_brew @@ -54,6 +54,7 @@ _1st_arguments=( 'server:start a local web app that lets you browse formulae (requires Sinatra)' 'unlink:unlink a formula' 'update:freshen up links' + 'upgrade:upgrade outdated formulae' 'uses:show formulae which depend on a formula' )