diff options
| author | Max Howell | 2010-01-23 12:25:12 +0000 |
|---|---|---|
| committer | Max Howell | 2010-01-24 12:27:40 +0000 |
| commit | 1ad6104bc88cfc474536291b494fac65a8499319 (patch) | |
| tree | d87c264dbeb024f50f8769445c802d3cfe9ee6fc /Library/Formula/aspell.rb | |
| parent | 2216545bd6bc72a32617e048409dc97763e37bef (diff) | |
| download | homebrew-1ad6104bc88cfc474536291b494fac65a8499319.tar.bz2 | |
aspell caveats so people know to use --lang
Diffstat (limited to 'Library/Formula/aspell.rb')
| -rw-r--r-- | Library/Formula/aspell.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/aspell.rb b/Library/Formula/aspell.rb index 4f079fc2e..da52c8199 100644 --- a/Library/Formula/aspell.rb +++ b/Library/Formula/aspell.rb @@ -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 |
