aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/aspell-dictionaries.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/aspell-dictionaries.rb b/Library/Homebrew/cmd/aspell-dictionaries.rb
index 82f25fec7..a6bf30b78 100644
--- a/Library/Homebrew/cmd/aspell-dictionaries.rb
+++ b/Library/Homebrew/cmd/aspell-dictionaries.rb
@@ -28,6 +28,7 @@ module Homebrew
resources << r
end.each(&:fetch).each do |r|
puts <<-EOS
+ option "with-lang-#{r.name}", "Install #{r.name} dictionary"
resource "#{r.name}" do
url "#{r.url}"
mirror "#{r.mirrors.first}"