diff options
author | Ilmari Vacklin <ilmari@dicole.com> | 2011-04-22 00:16:29 +0300 |
---|---|---|
committer | Ilmari Vacklin <ilmari@dicole.com> | 2011-04-22 00:16:29 +0300 |
commit | 6f53b3130d5aee8461b0be30e5589e5673929318 (patch) | |
tree | 7f414593d60fefe3d651dbb52bdf62204bf7ff00 /plugins/brew | |
parent | 971b071dc67f423d8b2a6f476e1dd58819049f41 (diff) | |
download | zsh-6f53b3130d5aee8461b0be30e5589e5673929318.tar.gz zsh-6f53b3130d5aee8461b0be30e5589e5673929318.tar.bz2 zsh-6f53b3130d5aee8461b0be30e5589e5673929318.zip |
Add 'upgrade' to brew completions.
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' ) |