diff options
| author | Eli Young | 2015-05-04 10:59:21 -0700 |
|---|---|---|
| committer | Jack Nagel | 2015-05-04 20:54:21 -0400 |
| commit | 241831e263fc87bce3205204e296f11374878872 (patch) | |
| tree | 59edd5334b9dfb7da1c69a50a07e9b58f4132f1e /Library | |
| parent | 2e3a0263d4c91525dbb907122c87e90af75c20a2 (diff) | |
| download | brew-241831e263fc87bce3205204e296f11374878872.tar.bz2 | |
Add upgrade --all flag to bash completion script
Closes Homebrew/homebrew#39359.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/brew_bash_completion.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index da765d7b6..041171e3b 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -413,6 +413,7 @@ _brew_upgrade () case "$cur" in --*) __brewcomp " + --all --build-from-source --build-bottle --force-bottle --debug --verbose |
