Skip to content

Commit

Permalink
Merge pull request #1480 from devkhan/patch-1
Browse files Browse the repository at this point in the history
Typo: delet -> delete
  • Loading branch information
MikeMcQuaid authored Nov 12, 2016
2 parents f184eba + 9285282 commit c4519b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions completions/zsh/_brew
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ _brew_install() {
'--cc=-[attempt to compile using compiler]:compiler: ' \
'(--build-from-source -s)'{--build-from-source,-s}'[compile the specified formula from source even if a bottle is provided]' \
'(--devel --HEAD)'{--devel,--HEAD}'[install the development / HEAD version]' \
'--keep-tmp[don''t delet temporary files created during installation]' \
'--keep-tmp[don''t delete temporary files created during installation]' \
'*: : __brew_formulae' \
- interactive-install \
'--interactive[download and patch formula, then open a shell]' \
Expand Down Expand Up @@ -764,7 +764,7 @@ _brew_upgrade() {
'--cc=-[attempt to compile using compiler]:compiler: ' \
'(--build-from-source -s)'{--build-from-source,-s}'[compile the specified formula from source even if a bottle is provided]' \
'(--devel --HEAD)'{--devel,--HEAD}'[install the development / HEAD version]' \
'--keep-tmp[don''t delet temporary files created during installation]' \
'--keep-tmp[don''t delete temporary files created during installation]' \
'*: : __brew_outdated_formulae' \
- interactive-install \
'--interactive[download and patch formula, then open a shell]' \
Expand Down

0 comments on commit c4519b0

Please sign in to comment.