diff options
| author | Carol (Nichols || Goulding) | 2016-03-25 19:53:24 -0400 |
|---|---|---|
| committer | Xu Cheng | 2016-03-26 14:50:10 +0800 |
| commit | eda70673ea695013480ffec285257e28a86c0203 (patch) | |
| tree | 433e2b4864a39cff50e754c02224b3811ee20a1f | |
| parent | c757bd7c909e1a38c298b7720f2f6c3ec79283a4 (diff) | |
| download | brew-eda70673ea695013480ffec285257e28a86c0203.tar.bz2 | |
Fix backticks to prevent missing rendered text
The backticks being where they were, or not, caused text like
`<formula>` to not be shown when viewing the rendered text in a browser.
Closes Homebrew/homebrew#50428.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
| -rw-r--r-- | share/doc/homebrew/Querying-Brew.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/homebrew/Querying-Brew.md b/share/doc/homebrew/Querying-Brew.md index a0814ad99..4b245667c 100644 --- a/share/doc/homebrew/Querying-Brew.md +++ b/share/doc/homebrew/Querying-Brew.md @@ -15,8 +15,8 @@ To enable users to do rich queries without the problems above, Homebrew provides From the manpage: - * `info --json=<version>` (--all|--installed|<formula>): - Print a JSON representation of <formula>. Currently the only accepted value + * `info --json=<version> (--all|--installed|<formula>)`: + Print a JSON representation of `<formula>`. Currently the only accepted value for <version> is `v1`. Pass `--all` to get information on all formulae, or `--installed` to get |
