From a677ef0a8162c00ee6d426a5453b161553a764d4 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 31 Jan 2010 19:41:20 +0100 Subject: [PATCH] Remove the nonexistant list --brewed flag See the Homegrew commit 5fd7b662aec59 for details. --- brew-completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2