diff options
| author | Joe Gallo | 2016-05-26 07:45:25 -0700 |
|---|---|---|
| committer | Martin Afanasjew | 2016-05-26 16:45:25 +0200 |
| commit | 132ada2b0ebb3751c0f8f42ca83bb257b55a50fd (patch) | |
| tree | b9123cb48575890d31f5393c9bb8647c0d67268c /README.md | |
| parent | e517e2e41d2166d967a5ca8a71d4e178804a360c (diff) | |
| download | brew-132ada2b0ebb3751c0f8f42ca83bb257b55a50fd.tar.bz2 | |
Clarify brew search usage. (#270)
* Include --desc in brew search help text.
* Update brew search --desc text in README.
* Remove mention of alias in brew search help text to avoid any
confusion.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ Features, usage and installation instructions are [summarised on the homepage](h ## What Packages Are Available? 1. Type `brew search` for a list. 2. Or visit [braumeister.org](http://braumeister.org) to browse packages online. -3. Or use `brew search --desc` to browse packages from the command line. +3. Or use `brew search --desc <keyword>` to browse packages from the command line. ## More Documentation `brew help`, `man brew` or check [our documentation](https://github.com/Homebrew/brew/tree/master/share/doc/homebrew#readme). |
