diff options
| author | Adam Vandenberg | 2011-05-30 21:34:42 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-05-30 21:34:42 -0700 |
| commit | 93c2e9741f9beca6779a4b0df4731c86b3e8fc71 (patch) | |
| tree | a09557d5e8235322831af049407d520001f7c35f /Library | |
| parent | e881d9cc274df0f85d720593b9cf076c80e49683 (diff) | |
| download | homebrew-93c2e9741f9beca6779a4b0df4731c86b3e8fc71.tar.bz2 | |
Add 'essential commands' section to man page.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 9b9a28382..c7fcc6835 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -16,6 +16,27 @@ didn't include with OS X. Prints extra, command-specific debugging information. Note that `brew -v` by itself is the same as `brew --version`. +## ESSENTIAL COMMANDS + +For the full command list, see the COMMANDS section. + + * `install` <formula>: + Install <formula>. + + * `remove` <formula>: + Uninstall <formula>. + + * `update`: + Fetch the newest version of Homebrew from GitHub using `git`(1). + + * `list`: + List all installed formulae. + + * `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. + If no search term is given, all available formula are displayed. + ## COMMANDS * `-v`, `--version`: |
