aboutsummaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorMartin Afanasjew2016-07-10 02:27:13 +0200
committerMartin Afanasjew2016-07-10 23:20:56 +0200
commitcf3806e747f333ddf75946e65ec22f84e59d8463 (patch)
treec35d89a4f0bd5276ef82bfea41449f1962839e25 /share/doc
parent64b1822bca46c7e235274a6ee40f2317a95830ba (diff)
downloadbrew-cf3806e747f333ddf75946e65ec22f84e59d8463.tar.bz2
tap-info: expand and correct help text
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/homebrew/brew.1.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html
index 44295b3f9..5951ade59 100644
--- a/share/doc/homebrew/brew.1.html
+++ b/share/doc/homebrew/brew.1.html
@@ -369,7 +369,10 @@ However, retapping with a different <var>URL</var> will cause an exception, so f
<dt><code>tap</code> <code>--repair</code></dt><dd><p>Migrate tapped formulae from symlink-based to directory-based structure.</p></dd>
<dt><code>tap</code> <code>--list-official</code></dt><dd><p>List all official taps.</p></dd>
<dt><code>tap</code> <code>--list-pinned</code></dt><dd><p>List all pinned taps.</p></dd>
-<dt><code>tap-info</code> <var>tap</var></dt><dd><p>Display information about <var>tap</var>.</p></dd>
+<dt><code>tap-info</code></dt><dd><p>Display a brief summary of all installed taps.</p></dd>
+<dt><code>tap-info</code> (<code>--installed</code>|<var>taps</var>)</dt><dd><p>Display detailed information about one or more <var>taps</var>.</p>
+
+<p>Pass <code>--installed</code> to display information on all installed taps.</p></dd>
<dt><code>tap-info</code> <code>--json=</code><var>version</var> (<code>--installed</code>|<var>taps</var>)</dt><dd><p>Print a JSON representation of <var>taps</var>. Currently the only accepted value
for <var>version</var> is <code>v1</code>.</p>