aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJoe Gallo2016-05-26 07:45:25 -0700
committerMartin Afanasjew2016-05-26 16:45:25 +0200
commit132ada2b0ebb3751c0f8f42ca83bb257b55a50fd (patch)
treeb9123cb48575890d31f5393c9bb8647c0d67268c /README.md
parente517e2e41d2166d967a5ca8a71d4e178804a360c (diff)
downloadbrew-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0d990abdc..86848f330 100644
--- a/README.md
+++ b/README.md
@@ -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).