Skip to content

Commit

Permalink
Merge pull request #3678 from rakkesh/zcompsys
Browse files Browse the repository at this point in the history
brew unlink: fix short option
  • Loading branch information
MikeMcQuaid committed Jan 13, 2018
2 parents b981579 + 0306eff commit 470922e
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 @@ -711,15 +711,15 @@ _brew_uninstall() {
# brew unlink [--dry-run] formula:
_brew_unlink() {
_arguments \
'(--dry-run =n)'{--dry-run,=n}'[don''t unlink or delete any files]' \
'(--dry-run -n)'{--dry-run,-n}'[don''t unlink or delete any files]' \
':formula:__brew_installed_formulae'
}

# brew unlinkapps [--local] [--dry-run] [formulae]:
_brew_unlinkapps() {
_arguments \
'(--local)--local[remove symlinks from ~/Applications instead of the system directory]' \
'(--dry-run =n)'{--dry-run,-n}'[don''t unlink or delete any files]' \
'(--dry-run -n)'{--dry-run,-n}'[don''t unlink or delete any files]' \
':formula:__brew_installed_formulae'
}

Expand Down

0 comments on commit 470922e

Please sign in to comment.