From: Alexander Barton Date: Sun, 31 Jan 2010 18:41:20 +0000 (+0100) Subject: Remove the nonexistant list --brewed flag X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=brew-completion.git;a=commitdiff_plain;h=a677ef0a8162c00ee6d426a5453b161553a764d4 Remove the nonexistant list --brewed flag See the Homegrew commit 5fd7b662aec59 for details. --- diff --git a/brew-completion.sh b/brew-completion.sh index 4a55b27..44eb236 100644 --- a/brew-completion.sh +++ b/brew-completion.sh @@ -77,7 +77,7 @@ _brew() ;; "list") if [[ "$cur" == -* ]]; then - COMPREPLY=( $(compgen -W '--brewed \ + COMPREPLY=( $(compgen -W ' --unbrewed' -- "$cur") ) else _brew_formula "$cur"