diff options
author | Pat Regan <thehead@patshead.com> | 2011-04-27 04:56:44 -0400 |
---|---|---|
committer | Pat Regan <thehead@patshead.com> | 2011-04-27 04:56:44 -0400 |
commit | dc76c5694dda120fcac02b2d75ef0a149de94a2f (patch) | |
tree | 0a4043b579fc4f2306df52180495940792492a32 /plugins/brew | |
parent | 886af72125a108c2f928474c7f817dd2c164795e (diff) | |
parent | 70d0beae22e7d97d4380af32dae1618f45e3dd4b (diff) | |
download | zsh-dc76c5694dda120fcac02b2d75ef0a149de94a2f.tar.gz zsh-dc76c5694dda120fcac02b2d75ef0a149de94a2f.tar.bz2 zsh-dc76c5694dda120fcac02b2d75ef0a149de94a2f.zip |
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/brew')
-rw-r--r-- | plugins/brew/_brew | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/brew/_brew b/plugins/brew/_brew index 4e590ac63..cee1e25f0 100644 --- a/plugins/brew/_brew +++ b/plugins/brew/_brew @@ -31,6 +31,7 @@ _1st_arguments=( 'search:search for a formula (/regex/ or string)' 'unlink:unlink a formula' 'update:freshen up links' + 'upgrade:upgrade outdated formulae' 'uses:show formulas which depend on a formula' ) |