From 98fbcb7299e882bee59802dc5c6bf4916d5576a5 Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Sat, 5 Dec 2015 10:23:16 -0500 Subject: manpages: fix missing backtick --- share/doc/homebrew/brew.1.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/doc') 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 formula.
Open a browser to the GitHub History page for formula formula.To view formula history locally: brew log -p <formula>.
info --json=version(--all|--installed|<formulae>):
-Print a JSON representation of <formulae>. Currently the only accepted value
-for <version> isv1`.
info --json=version(--all|--installed|formulae):
+Print a JSON representation of formulae. Currently the only accepted value
+for version is v1.
Pass --all to get information on all formulae, or --installed to get
information on all installed formulae.