Skip to content
Snippets Groups Projects
Commit 37b28741 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

doctor: make brew link more clear

Closes Homebrew/homebrew#17805.
parent 3d5bda3f
No related branches found
No related tags found
No related merge requests found
......@@ -849,8 +849,8 @@ def check_for_linked_keg_only_brews
s = <<-EOS.undent
Some keg-only formula are linked into the Cellar.
Linking a keg-only formula, such as gettext, into the cellar with
`brew link f` will cause other formulae to detect them during the
`./configure` step. This may cause problems when compiling those
`brew link <formula>` will cause other formulae to detect them during
the `./configure` step. This may cause problems when compiling those
other formulae.
Binaries provided by keg-only formulae may override system binaries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment