diff options
| author | Mike McQuaid | 2017-02-13 08:32:35 +0000 |
|---|---|---|
| committer | GitHub | 2017-02-13 08:32:35 +0000 |
| commit | 7281cfaf63e45f8e4e46340d724926d0adbd7ccc (patch) | |
| tree | 81bbc9a5eccdcea6fba7a214ad470a4b3a0a3dbd /docs | |
| parent | cfc90af3cbdcc84c3aef0121cd00e89798bf28c8 (diff) | |
| parent | 588f98cf825be855782ec00272f8d7e691d37c69 (diff) | |
| download | brew-7281cfaf63e45f8e4e46340d724926d0adbd7ccc.tar.bz2 | |
Merge pull request #1972 from timotheecour/pr_brew_where_command
add `brew formula` command to show location of a formula
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/brew.1.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/brew.1.html b/docs/brew.1.html index 6f2d1fb7b..e8b914281 100644 --- a/docs/brew.1.html +++ b/docs/brew.1.html @@ -540,6 +540,7 @@ you to explicitly set the name and version of the package you are creating.</p> the specified tap.</p></dd> <dt class="flush"><code>edit</code></dt><dd><p>Open all of Homebrew for editing.</p></dd> <dt><code>edit</code> <var>formula</var></dt><dd><p>Open <var>formula</var> in the editor.</p></dd> +<dt><code>formula</code> <var>formula</var></dt><dd><p>Display the path where <var>formula</var> is</p></dd> <dt><code>linkage</code> [<code>--test</code>] [<code>--reverse</code>] <var>formula-name</var></dt><dd><p>Checks the library links of an installed formula.</p> <p>Only works on installed formulae. An error is raised if it is run on |
