diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index f3b86747d..492aecc25 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -305,15 +305,10 @@ Note that these flags should only appear after a command. Display all locally available formulae for brewing (including tapped ones). No online search is performed if called without arguments. - * `search`, `-S` <tap>: - Display all formulae in a <tap>, even if not yet tapped. - <tap> is of the form <user>/<repo>, e.g. `brew search homebrew/dupes`. - - * `search`, `-S` [<tap>] <text>|/<text>/: + * `search`, `-S` <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. - If a <tap> is specified, the search is restricted to it. * `search --debian`|`--fedora`|`--fink`|`--macports`|`--opensuse`|`--ubuntu` <text>: Search for <text> in the given package manager's list. |
