diff options
| author | Andrew Janke | 2015-12-05 10:23:16 -0500 |
|---|---|---|
| committer | Andrew Janke | 2015-12-05 10:23:16 -0500 |
| commit | 98fbcb7299e882bee59802dc5c6bf4916d5576a5 (patch) | |
| tree | 486bb96a82d6395204a13a8d4606933c4a48821d | |
| parent | 5230ed2117a4520a1c90c90cb3e01bcba7f74c65 (diff) | |
| download | brew-98fbcb7299e882bee59802dc5c6bf4916d5576a5.tar.bz2 | |
manpages: fix missing backtick
| -rw-r--r-- | Library/Homebrew/manpages/brew.1.md | 2 | ||||
| -rw-r--r-- | share/doc/homebrew/brew.1.html | 6 | ||||
| -rw-r--r-- | share/man/man1/brew.1 | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index b7afcd254..e1dc1e432 100644 --- a/Library/Homebrew/manpages/brew.1.md +++ b/Library/Homebrew/manpages/brew.1.md @@ -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`. diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html index 2b4a82f11..eb15e764f 100644 --- a/share/doc/homebrew/brew.1.html +++ b/share/doc/homebrew/brew.1.html @@ -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 <formula></code>.</p></li> -<li><p><code>info --json=</code><var>version</var><code>(</code>--all<code>|</code>--installed<code>|<formulae>): -Print a JSON representation of <formulae>. Currently the only accepted value -for <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> diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 9f5b3f789..3e75ccb3f 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -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\. |
