Skip to content
Snippets Groups Projects
Commit cf3806e7 authored by Martin Afanasjew's avatar Martin Afanasjew
Browse files

tap-info: expand and correct help text

parent 64b1822b
No related branches found
No related tags found
No related merge requests found
#: * `tap-info` <tap>:
#: Display information about <tap>.
#: * `tap-info`:
#: Display a brief summary of all installed taps.
#:
#: * `tap-info` (`--installed`|<taps>):
#: Display detailed information about one or more <taps>.
#:
#: Pass `--installed` to display information on all installed taps.
#:
#: * `tap-info` `--json=`<version> (`--installed`|<taps>):
#: Print a JSON representation of <taps>. Currently the only accepted value
......
......@@ -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>
......
......@@ -503,8 +503,15 @@ List all official taps\.
List all pinned taps\.
.
.TP
\fBtap\-info\fR \fItap\fR
Display information about \fItap\fR\.
\fBtap\-info\fR
Display a brief summary of all installed taps\.
.
.TP
\fBtap\-info\fR (\fB\-\-installed\fR|\fItaps\fR)
Display detailed information about one or more \fItaps\fR\.
.
.IP
Pass \fB\-\-installed\fR to display information on all installed taps\.
.
.TP
\fBtap\-info\fR \fB\-\-json=\fR\fIversion\fR (\fB\-\-installed\fR|\fItaps\fR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment