diff --git a/Library/Homebrew/cmd/reinstall.rb b/Library/Homebrew/cmd/reinstall.rb index 0fa356dabd..9b70ff405d 100644 --- a/Library/Homebrew/cmd/reinstall.rb +++ b/Library/Homebrew/cmd/reinstall.rb @@ -26,6 +26,8 @@ module Homebrew If `HOMEBREW_INSTALL_CLEANUP` is set then remove previously installed versions of upgraded as well as the HOMEBREW_CACHE for that formula. EOS + switch "-s", "--build-from-source", + description: "Compile the formula> from source even if a bottle is available." switch "--display-times", description: "Print install times for each formula at the end of the run." switch :verbose