diff options
| author | Martin Afanasjew | 2015-12-09 06:52:40 +0100 |
|---|---|---|
| committer | Martin Afanasjew | 2015-12-10 15:00:36 +0100 |
| commit | 85181a067f0f79599d149775f8b2b57fa7388bfa (patch) | |
| tree | b6807abe289feaee3009c09d56c981222072b278 /share/man | |
| parent | 8144f90eac3103c369af1435440c7387ab583091 (diff) | |
| download | brew-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/man')
| -rw-r--r-- | share/man/man1/brew.1 | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
