aboutsummaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorMartin Afanasjew2015-12-09 06:52:40 +0100
committerMartin Afanasjew2015-12-10 15:00:36 +0100
commit85181a067f0f79599d149775f8b2b57fa7388bfa (patch)
treeb6807abe289feaee3009c09d56c981222072b278 /share/doc
parent8144f90eac3103c369af1435440c7387ab583091 (diff)
downloadbrew-85181a067f0f79599d149775f8b2b57fa7388bfa.tar.bz2
manpage: remove superfluous spaces for consistency
All other alternatives already don't use spaces around the pipe symbol. Closes Homebrew/homebrew#46825. Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/homebrew/brew.1.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html
index 6a45699a9..3094acd9c 100644
--- a/share/doc/homebrew/brew.1.html
+++ b/share/doc/homebrew/brew.1.html
@@ -25,7 +25,7 @@ didn't include with OS X.</p>
<dt><code>remove</code> <var>formula</var></dt><dd><p>Uninstall <var>formula</var>.</p></dd>
<dt class="flush"><code>update</code></dt><dd><p>Fetch the newest version of Homebrew from GitHub using <code>git</code>(1).</p></dd>
<dt class="flush"><code>list</code></dt><dd><p>List all installed formulae.</p></dd>
-<dt><code>search</code> <var>text</var> | <code>/</code><var>text</var><code>/</code></dt><dd><p>Perform a substring search of formula names for <var>text</var>. If <var>text</var> is
+<dt><code>search</code> <var>text</var>|<code>/</code><var>text</var><code>/</code></dt><dd><p>Perform a substring search of formula names for <var>text</var>. If <var>text</var> is
surrounded with slashes, then it is interpreted as a regular expression.
The search for <var>text</var> is extended online to some popular taps.
If no search term is given, all locally available formulae are listed.</p></dd>