Hiroshi Hatake
null+****@clear*****
Fri Jun 26 23:43:19 JST 2015
Hiroshi Hatake 2015-06-26 23:43:19 +0900 (Fri, 26 Jun 2015) New Revision: 07c1a740600371da8deadd74341334b0b031c076 https://github.com/mroonga/homebrew-mroonga/commit/07c1a740600371da8deadd74341334b0b031c076 Merged 135e0a6: Merge pull request #3 from mroonga/modernize-formula Message: Use "--with-xxx" instead of "--use-xxx" style options in error message Modified files: mroonga.rb Modified: mroonga.rb (+1 -1) =================================================================== --- mroonga.rb 2015-06-26 23:35:25 +0900 (6cd13e0) +++ mroonga.rb 2015-06-26 23:43:19 +0900 (832467a) @@ -55,7 +55,7 @@ class Mroonga < Formula else mysql_source_path = option_value("--with-mysql-source") if mysql_source_path.nil? - raise "--use-homebrew-mysql, --use-homebrew-mariadb or --with-mysql-source=PATH is required" + raise "--with-homebrew-mysql, --with-homebrew-mariadb or --with-mysql-source=PATH is required" end install_mroonga(mysql_source_path, nil) end -------------- next part -------------- HTML����������������������������... Download