diff options
| -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(', ')} |
