From d48b2e163f63677795bb81b55aff16009e92dd32 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Thu, 1 May 2014 12:42:08 +0800 Subject: [PATCH] plugin brew: --config -> config --- plugins/brew/_brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/brew/_brew b/plugins/brew/_brew index 9eb3bb557..523c3ab73 100644 --- a/plugins/brew/_brew +++ b/plugins/brew/_brew @@ -73,7 +73,7 @@ local -a formulae installed_formulae installed_taps outdated_formulae running_se _arguments \ '(-v)-v[verbose]' \ '(--cellar)--cellar[brew cellar]' \ - '(--config)--config[brew configuration]' \ + '(config)--config[brew configuration]' \ '(--env)--env[brew environment]' \ '(--repository)--repository[brew repository]' \ '(--version)--version[version information]' \