diff --git a/Library/Homebrew/cmd/aspell-dictionaries.rb b/Library/Homebrew/cmd/aspell-dictionaries.rb index 82f25fec72..a6bf30b780 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}"