diff options
| author | Adam Vandenberg | 2012-11-23 11:48:10 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-23 11:48:10 -0800 |
| commit | 7301b51c1c40f861064f65005ca20610727b97ff (patch) | |
| tree | f1da20f003d329f509e70b58e999fc2c32a44114 | |
| parent | 0e79d4fae6aeb5599a38d730e15d64088150b81a (diff) | |
| download | homebrew-7301b51c1c40f861064f65005ca20610727b97ff.tar.bz2 | |
Update manpage. Fixes #16206.
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 8 | ||||
| -rw-r--r-- | share/man/man1/brew.1 | 11 |
2 files changed, 7 insertions, 12 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>. diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 51a4ce081..5d87ef431 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -10,20 +10,17 @@ \fBbrew\fR \-\-version . .br -\fBbrew\fR [\-\-verbose|\-v] command [options] [formula] \.\.\. +\fBbrew\fR command [\-\-verbose|\-v] [options] [formula] \.\.\. . .SH "DESCRIPTION" Homebrew is the easiest and most flexible way to install the UNIX tools Apple didn\'t include with OS X\. . -.SH "OPTIONS" -. -.TP -\fB\-v\fR, \fB\-\-verbose\fR command [options] [formula] \.\.\. -With \fB\-\-verbose\fR, many commands print extra debugging information\. -. .SH "ESSENTIAL COMMANDS" For the full command list, see the COMMANDS section\. . +.P +With \fB\-\-verbose\fR, many commands print extra debugging information\. +. .TP \fBinstall\fR \fIformula\fR Install \fIformula\fR\. |
