diff options
| author | Roger Que | 2015-10-17 09:20:15 -0700 |
|---|---|---|
| committer | Baptiste Fontaine | 2015-10-18 12:28:40 +0200 |
| commit | ebafcdddf77e59efe56cf637cf5e7a72f21fa424 (patch) | |
| tree | a44e10962522ccf8481325c8b59bead229f83e97 /Library | |
| parent | 66078da6e4282dced706b7cafe2894bcc01f30da (diff) | |
| download | brew-ebafcdddf77e59efe56cf637cf5e7a72f21fa424.tar.bz2 | |
Add --cleanup to `brew upgrade` bash completion
Closes Homebrew/homebrew#45075.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
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 83087ea54..0c7326176 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -554,6 +554,7 @@ _brew_upgrade () __brewcomp " --all --build-from-source --build-bottle --force-bottle + --cleanup --debug --verbose " |
