Skip to content

Commit

Permalink
Merge pull request #16645 from jasonkarns/patch-1
Browse files Browse the repository at this point in the history
Improve user ergonomics of `brew link --overwrite` help
  • Loading branch information
MikeMcQuaid committed Feb 12, 2024
2 parents 71123a0 + 79a8279 commit eb7338a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/keg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def to_s
brew link --overwrite #{keg.name}
To list all files that would be deleted:
brew link --overwrite --dry-run #{keg.name}
brew link --overwrite #{keg.name} --dry-run
EOS
s.join("\n")
end
Expand Down

0 comments on commit eb7338a

Please sign in to comment.