aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-26 12:16:08 -0500
committerJack Nagel2014-05-26 12:16:08 -0500
commit5bdd74b9312205bccc19c604d4634be27d62b953 (patch)
tree56aa295bdc9c8d79354fe95a7d5a4e993ac83847 /Library
parentd4f38667a7ebc16ac07f4979067e21938721ced7 (diff)
downloadhomebrew-5bdd74b9312205bccc19c604d4634be27d62b953.tar.bz2
Undocument search features that no longer exist
Due to the fragility of the code, this functionality was removed in recent refactorings of the tap code. It is possible to restore these features, but it needs to be done in a cleaner, more maintainable way. Closes #29585.
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/manpages/brew.1.md7
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.