diff --git a/Formula/vim.rb b/Formula/vim.rb index c75896f436..b129b87d15 100644 --- a/Formula/vim.rb +++ b/Formula/vim.rb @@ -24,8 +24,8 @@ class Vim < Formula if MacOS.version >= :mavericks option "with-custom-python", "Build with a custom Python 2 instead of the Homebrew version." - option "with-custom-ruby", "Build with a custom Ruby instead of the system version." - option "with-custom-perl", "Build with a custom Perl instead of the system version." + option "with-custom-ruby", "Build with a custom Ruby instead of the Homebrew version." + option "with-custom-perl", "Build with a custom Perl instead of the Homebrew version." end option "with-python3", "Build vim with python3 instead of python[2] support"