diff options
| -rw-r--r-- | Library/Homebrew/manpages/brew.1.md | 2 | ||||
| -rw-r--r-- | share/doc/homebrew/brew.1.html | 2 | ||||
| -rw-r--r-- | share/man/man1/brew.1 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index 0fdde0b0c..0e70f4f55 100644 --- a/Library/Homebrew/manpages/brew.1.md +++ b/Library/Homebrew/manpages/brew.1.md @@ -29,7 +29,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note * `list`: List all installed formulae. - * `search` <text> | `/`<text>`/`: + * `search` <text>|`/`<text>`/`: Perform a substring search of formula names for <text>. If <text> is surrounded with slashes, then it is interpreted as a regular expression. The search for <text> is extended online to some popular taps. 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> diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 30f9f045e..8d5a5304c 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -38,7 +38,7 @@ Fetch the newest version of Homebrew from GitHub using \fBgit\fR(1)\. List all installed formulae\. . .TP -\fBsearch\fR \fItext\fR | \fB/\fR\fItext\fR\fB/\fR +\fBsearch\fR \fItext\fR|\fB/\fR\fItext\fR\fB/\fR Perform a substring search of formula names for \fItext\fR\. If \fItext\fR is surrounded with slashes, then it is interpreted as a regular expression\. The search for \fItext\fR is extended online to some popular taps\. If no search term is given, all locally available formulae are listed\. . .SH "COMMANDS" |
