aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/brew_zsh_completion.zsh
diff options
context:
space:
mode:
authorMike McQuaid2013-01-26 13:16:55 +0000
committerMike McQuaid2013-01-26 13:16:55 +0000
commitb4d87c2ad425624bfdf61087d9479e33effe870a (patch)
treedc687ab942006e925b028665e5c07d373722eb00 /Library/Contributions/brew_zsh_completion.zsh
parentb5069edcbd67010da8ac8e8100a5733f7eb1a5cd (diff)
downloadhomebrew-b4d87c2ad425624bfdf61087d9479e33effe870a.tar.bz2
We use formulae as the plural of formula.
Diffstat (limited to 'Library/Contributions/brew_zsh_completion.zsh')
-rw-r--r--Library/Contributions/brew_zsh_completion.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Contributions/brew_zsh_completion.zsh b/Library/Contributions/brew_zsh_completion.zsh
index eb742d924..cabd73420 100644
--- a/Library/Contributions/brew_zsh_completion.zsh
+++ b/Library/Contributions/brew_zsh_completion.zsh
@@ -33,7 +33,7 @@ _1st_arguments=(
'list:list files in a formula or not-installed formulae'
'log:git commit log for a formula'
'missing:check all installed formuale for missing dependencies.'
- 'outdated:list formulas for which a newer version is available'
+ 'outdated:list formulae for which a newer version is available'
'prune:remove dead links'
'remove:remove a formula'
'search:search for a formula (/regex/ or string)'
@@ -41,7 +41,7 @@ _1st_arguments=(
'unlink:unlink a formula'
'update:freshen up links'
'upgrade:upgrade outdated formulae'
- 'uses:show formulas which depend on a formula'
+ 'uses:show formulae which depend on a formula'
)
local expl