Add 'upgrade' to brew completions.

This commit is contained in:
Ilmari Vacklin 2011-04-22 00:16:29 +03:00
parent 971b071dc6
commit 6f53b3130d
1 changed files with 1 additions and 0 deletions

View File

@ -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'
)