Skip to content
Snippets Groups Projects
Commit 98fbcb72 authored by Andrew Janke's avatar Andrew Janke
Browse files

manpages: fix missing backtick

parent 5230ed21
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
To view formula history locally: `brew log -p <formula>`.
* `info --json=`<version>` (`--all`|`--installed`|<formulae>):
* `info --json=`<version>` (`--all`|`--installed`|`<formulae>):
Print a JSON representation of <formulae>. Currently the only accepted value
for <version> is `v1`.
......
......@@ -168,9 +168,9 @@ Display information about <var>formula</var>.</p></li>
Open a browser to the GitHub History page for formula <var>formula</var>.</p>
<p>To view formula history locally: <code>brew log -p &lt;formula></code>.</p></li>
<li><p><code>info --json=</code><var>version</var><code>(</code>--all<code>|</code>--installed<code>|&lt;formulae>):
Print a JSON representation of &lt;formulae>. Currently the only accepted value
for &lt;version> is</code>v1`.</p>
<li><p><code>info --json=</code><var>version</var><code>(</code>--all<code>|</code>--installed<code>|</code><var>formulae</var>):
Print a JSON representation of <var>formulae</var>. Currently the only accepted value
for <var>version</var> is <code>v1</code>.</p>
<p>Pass <code>--all</code> to get information on all formulae, or <code>--installed</code> to get
information on all installed formulae.</p>
......
......@@ -188,7 +188,7 @@ If \fB\-\-force\-bottle\fR is passed, download a bottle if it exists for the cur
To view formula history locally: \fBbrew log \-p <formula>\fR\.
.
.IP "\(bu" 4
\fBinfo \-\-json=\fR\fIversion\fR\fB(\fR\-\-all\fB|\fR\-\-installed\fB|<formulae>): Print a JSON representation of <formulae>\. Currently the only accepted value for <version> is\fRv1`\.
\fBinfo \-\-json=\fR\fIversion\fR\fB(\fR\-\-all\fB|\fR\-\-installed\fB|\fR\fIformulae\fR): Print a JSON representation of \fIformulae\fR\. Currently the only accepted value for \fIversion\fR is \fBv1\fR\.
.
.IP
Pass \fB\-\-all\fR to get information on all formulae, or \fB\-\-installed\fR to get information on all installed formulae\.
......
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