diff options
| author | Adam Vandenberg | 2012-07-23 14:27:50 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-07-23 14:27:50 -0700 |
| commit | 7a7e3b5f7c81c43dd9dcec1574ce285082ee08ce (patch) | |
| tree | 8e19df17f43356c6bbcdfd078347d65f2fc1201c /Library | |
| parent | ad32b663e8d064cd81e4b654880d746af85991a5 (diff) | |
| download | brew-7a7e3b5f7c81c43dd9dcec1574ce285082ee08ce.tar.bz2 | |
Make --version/--verbose slightly less confusing.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 20df31c2d..3deb40908 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -3,8 +3,8 @@ brew(1) -- The missing package manager for OS X ## SYNOPSIS -`brew` [--verbose|-v] command [options] [formula] ... -`brew` [--version|-v] +`brew` --version +`brew` [--verbose|-v] command [options] [formula] ... ## DESCRIPTION @@ -13,8 +13,7 @@ didn't include with OS X. ## OPTIONS * `-v`, `--verbose` command [options] [formula] ...: - Prints extra, command-specific debugging information. - Note that `brew -v` by itself is the same as `brew --version`. + With `--verbose`, many commands print extra debugging information. ## ESSENTIAL COMMANDS @@ -326,7 +325,7 @@ For the full command list, see the COMMANDS section. Display where Homebrew's `.git` directory is located. For standard installs, the `prefix` and `repository` are the same directory. - * `-v`, `--version`: + * `--version`: Print the version number of brew to standard error and exit. ## EXTERNAL COMMANDS |
