From c3e23b43ce27cfb665d3ebe61c7507cd84a8d46a Mon Sep 17 00:00:00 2001 From: korthaerd Date: Wed, 30 Jan 2013 22:03:41 +0100 Subject: aspell formula description --with-lang Closes #17446. Signed-off-by: Adam Vandenberg --- Library/Formula/aspell.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/aspell.rb b/Library/Formula/aspell.rb index 56258d72d..73ec2f0fb 100644 --- a/Library/Formula/aspell.rb +++ b/Library/Formula/aspell.rb @@ -52,8 +52,8 @@ class Aspell < Formula # 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(', ')} -- cgit v1.2.3