aspell caveats so people know to use --lang

This commit is contained in:
Max Howell 2010-01-23 12:25:12 +00:00
parent 856e5a90f7
commit 5ea471b2f6

View file

@ -373,4 +373,12 @@ class Aspell <Formula
end
end
end
# TODO remove when options works properly
def caveats
"To install dictionaries, eg:
brew install aspell --lang=en
"
end