diff options
| author | Jack Nagel | 2015-06-15 20:07:05 -0400 | 
|---|---|---|
| committer | Jack Nagel | 2015-06-15 20:08:46 -0400 | 
| commit | 621a7ada9583544469ddb696d076d0237cb25bb4 (patch) | |
| tree | 9cc637ef8fcce6db64324666842eda3eb8d7a049 /Library/Homebrew/cmd/help.rb | |
| parent | 87c75e5f4f2dc5d37700bb09157d7022ab4758e4 (diff) | |
| download | brew-621a7ada9583544469ddb696d076d0237cb25bb4.tar.bz2 | |
Remove reference to "open" command
Closes Homebrew/homebrew#40706.
Diffstat (limited to 'Library/Homebrew/cmd/help.rb')
| -rw-r--r-- | Library/Homebrew/cmd/help.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/cmd/help.rb b/Library/Homebrew/cmd/help.rb index ce015a42b..858ccaf85 100644 --- a/Library/Homebrew/cmd/help.rb +++ b/Library/Homebrew/cmd/help.rb @@ -17,7 +17,7 @@ Troubleshooting:  Brewing:    brew create [URL [--no-fetch]]    brew edit [FORMULA...] -  open https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md +  https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md  Further help:    man brew | 
