diff options
| author | korthaerd | 2013-01-30 22:03:41 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-30 13:13:14 -0800 |
| commit | c3e23b43ce27cfb665d3ebe61c7507cd84a8d46a (patch) | |
| tree | 46482e5853e2275abca91641db02ad41ad1004dd /Library/Formula | |
| parent | 4f08d34d7c927d90c7fbc63d1f0b374d1f39e266 (diff) | |
| download | homebrew-c3e23b43ce27cfb665d3ebe61c7507cd84a8d46a.tar.bz2 | |
aspell formula description --with-lang
Closes #17446.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/aspell.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/aspell.rb b/Library/Formula/aspell.rb index 56258d72d..73ec2f0fb 100644 --- a/Library/Formula/aspell.rb +++ b/Library/Formula/aspell.rb @@ -52,8 +52,8 @@ class Aspell < Formula # TODO remove when options works properly def caveats; <<-EOS.undent Dictionaries are not automatically installed, please specify the languages - for which you want dictionaries to be installed with the --lang option, e.g: - % brew install aspell --lang=en,es + for which you want dictionaries to be installed with the --with-lang option, e.g: + % brew install aspell --with-lang=en,es For the following languages aspell dictionaries are available: #{available_languages.join(', ')} |
