Skip to content

Commit

Permalink
aspell formula description --with-lang
Browse files Browse the repository at this point in the history
Closes Homebrew#17446.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
korthaerd authored and adamv committed Jan 30, 2013
1 parent 4f08d34 commit c3e23b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/aspell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def install
# 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(', ')}
Expand Down

0 comments on commit c3e23b4

Please sign in to comment.