Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #5342 from MikeMcQuaid/reinstall-from-source
Browse files Browse the repository at this point in the history
reinstall: add build-from-source switch.
  • Loading branch information
MikeMcQuaid committed Nov 24, 2018
2 parents e0c4fca + 069b7e8 commit 2063a8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Homebrew/cmd/reinstall.rb
Expand Up @@ -26,6 +26,8 @@ def reinstall_args
If `HOMEBREW_INSTALL_CLEANUP` is set then remove previously installed versions
of upgraded <formulae> 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
Expand Down

0 comments on commit 2063a8a

Please sign in to comment.