]> arthur.barton.de Git - brew-completion.git/commitdiff
Remove the nonexistant list --brewed flag
authorAlexander Barton <alex@barton.de>
Sun, 31 Jan 2010 18:41:20 +0000 (19:41 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 31 Jan 2010 18:41:20 +0000 (19:41 +0100)
See the Homegrew commit 5fd7b662aec59 for details.

brew-completion.sh

index 4a55b27b6fdeea566df3b9d391289952893e511d..44eb236ab07f78b0508ffe76d68537824456f02a 100644 (file)
@@ -77,7 +77,7 @@ _brew()
                        ;;
                "list")
                        if [[ "$cur" == -* ]]; then
-                               COMPREPLY=( $(compgen -W '--brewed \
+                               COMPREPLY=( $(compgen -W '
                                        --unbrewed' -- "$cur") )
                        else
                                _brew_formula "$cur"