diff options
Diffstat (limited to 'etc/bash_completion.d')
| -rw-r--r-- | etc/bash_completion.d/brew | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/bash_completion.d/brew b/etc/bash_completion.d/brew index 40a1174d0..67c4c6a3d 100644 --- a/etc/bash_completion.d/brew +++ b/etc/bash_completion.d/brew @@ -343,7 +343,7 @@ _brew_outdated() { local cur="${COMP_WORDS[COMP_CWORD]}" case "$cur" in --*) - __brewcomp "--quiet --json=v1" + __brewcomp "--quiet --json=v1 --fetch-HEAD" return ;; esac @@ -520,6 +520,7 @@ _brew_upgrade() { --cleanup --debug --verbose + --fetch-HEAD " return ;; |
