diff options
| author | Jack Nagel | 2014-11-16 21:57:08 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-11-16 21:57:08 -0600 |
| commit | 887e575303ee4402b4d0759922cfb7b76863e2a7 (patch) | |
| tree | a2ae07b46029b74a68d9ce61b8c3a48a91e27e0e /Library/Homebrew | |
| parent | 413b2063c7ef1b27df6b02ee4c6fcda0167c754c (diff) | |
| download | homebrew-887e575303ee4402b4d0759922cfb7b76863e2a7.tar.bz2 | |
Remove more references to removed external commands
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 2 | ||||
| -rw-r--r-- | Library/Homebrew/manpages/brew.1.md | 8 |
2 files changed, 2 insertions, 8 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index c5edb9ea8..93c0e398e 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -63,7 +63,7 @@ class Checks end # Git will always be on PATH because of the wrapper script in - # Library/Contributions/cmd, so we check if there is a *real* + # Library/ENV/scm, so we check if there is a *real* # git here to avoid multiple warnings. def git? return @git if instance_variable_defined?(:@git) diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index bfab9860f..8fb1603c5 100644 --- a/Library/Homebrew/manpages/brew.1.md +++ b/Library/Homebrew/manpages/brew.1.md @@ -435,13 +435,7 @@ scripts that reside somewhere in the PATH, named `brew-<cmdname>` or `brew-<cmdname>.rb`, which can be invoked like `brew cmdname`. This allows you to create your own commands without modifying Homebrew's internals. -A number of (useful, but unsupported) external commands are included and enabled -by default: - - $ ls $(brew --repository)/Library/Contributions/cmd - -Documentation for the included external commands as well as instructions for -creating your own can be found in the docs: +Instructions for creating your own commands can be found in the docs: <https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/External-Commands.md> ## SPECIFYING FORMULAE |
