Skip to content
Snippets Groups Projects
Commit 53274924 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

Update manpage. Fixes Homebrew/homebrew#16206.

parent 5e39ce44
No related branches found
No related tags found
No related merge requests found
......@@ -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>.
......
......@@ -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\.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment