diff options
| author | Adam Vandenberg | 2012-11-23 11:48:10 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-23 11:48:10 -0800 |
| commit | 532749248233652be79ce9f9eda158029e530945 (patch) | |
| tree | 0e7d23f6b83d1b63c90c18bfaa2f07bd99e0a073 /Library | |
| parent | 5e39ce44fe3dfe8532d7008c66497f86d3b007b6 (diff) | |
| download | brew-532749248233652be79ce9f9eda158029e530945.tar.bz2 | |
Update manpage. Fixes Homebrew/homebrew#16206.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 521838e02..a4f989cdf 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -4,21 +4,19 @@ brew(1) -- The missing package manager for OS X ## SYNOPSIS `brew` --version -`brew` [--verbose|-v] command [options] [formula] ... +`brew` command [--verbose|-v] [options] [formula] ... ## DESCRIPTION Homebrew is the easiest and most flexible way to install the UNIX tools Apple didn't include with OS X. -## OPTIONS - * `-v`, `--verbose` command [options] [formula] ...: - With `--verbose`, many commands print extra debugging information. - ## ESSENTIAL COMMANDS For the full command list, see the COMMANDS section. +With `--verbose`, many commands print extra debugging information. + * `install` <formula>: Install <formula>. |
