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 /Library | |
| parent | 5230ed2117a4520a1c90c90cb3e01bcba7f74c65 (diff) | |
| download | brew-98fbcb7299e882bee59802dc5c6bf4916d5576a5.tar.bz2 | |
manpages: fix missing backtick
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/manpages/brew.1.md | 2 |
1 files changed, 1 insertions, 1 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`. |
