aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRakesh2018-01-13 14:34:58 +0530
committerRakesh2018-01-13 14:34:58 +0530
commit0306eff958a8d4b749b9d4d344d47498dc9e7a7f (patch)
treeeb72e5c10d7c957f80dc316b7483b00db1c4c912
parent651988bf5538c78d4a81428ea4153baf6c4b0318 (diff)
downloadbrew-0306eff958a8d4b749b9d4d344d47498dc9e7a7f.tar.bz2
brew unlink: fix short option
-rw-r--r--completions/zsh/_brew4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/zsh/_brew b/completions/zsh/_brew
index 22792860d..e4f874bfb 100644
--- a/completions/zsh/_brew
+++ b/completions/zsh/_brew
@@ -711,7 +711,7 @@ _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'
}
@@ -719,7 +719,7 @@ _brew_unlink() {
_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'
}