Browse Source

Add 'upgrade' to brew completions.

Ilmari Vacklin 14 years ago
parent
commit
6f53b3130d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/brew/_brew

+ 1 - 0
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'
 )