diff options
| author | Mike McQuaid | 2013-01-26 13:16:55 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-01-26 13:16:55 +0000 |
| commit | b4d87c2ad425624bfdf61087d9479e33effe870a (patch) | |
| tree | dc687ab942006e925b028665e5c07d373722eb00 /Library/Contributions/brew_zsh_completion.zsh | |
| parent | b5069edcbd67010da8ac8e8100a5733f7eb1a5cd (diff) | |
| download | homebrew-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.zsh | 4 |
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 |
