diff options
| author | Adam Vandenberg | 2013-02-12 22:30:36 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-12 22:30:49 -0800 |
| commit | 37b28741f2903e568d166ff2e2207dff93f83c43 (patch) | |
| tree | be5a65114c5c60eb35a8bac517015c30cfcd2a51 /Library | |
| parent | 3d5bda3f0a90783a53c89a6a64a27bcd05036557 (diff) | |
| download | brew-37b28741f2903e568d166ff2e2207dff93f83c43.tar.bz2 | |
doctor: make brew link more clear
Closes Homebrew/homebrew#17805.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 20a070da2..969572e15 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -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 |
