aspell formula description --with-lang

Closes Homebrew/homebrew#17446.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
korthaerd 2013-01-30 22:03:41 +01:00 committed by Adam Vandenberg
parent 8d361b23a1
commit d848071736
1 changed files with 2 additions and 2 deletions

View File

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