Navigation Menu

Skip to content

Commit

Permalink
Use "--with-xxx" instead of "--use-xxx" style options in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0920 committed Jun 26, 2015
1 parent e2c13a8 commit 07c1a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mroonga.rb
Expand Up @@ -55,7 +55,7 @@ def install
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
Expand Down

0 comments on commit 07c1a74

Please sign in to comment.