aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2010-09-08 05:27:09 -0700
committerAdam Vandenberg2010-09-08 05:27:09 -0700
commit1db9d0befbaf56c6f65ab16b4bdbf2da00c390d5 (patch)
treedf3fc6349efa7c67dcc25f5fead24e8be71a93c6
parent8ec7b5885ab134ea97b936e471048199eb4cae99 (diff)
downloadhomebrew-1db9d0befbaf56c6f65ab16b4bdbf2da00c390d5.tar.bz2
Document brew options
-rw-r--r--Library/Contributions/manpages/brew.1.md3
-rw-r--r--Library/Homebrew/extend/ARGV.rb2
-rw-r--r--share/man/man1/brew.16
3 files changed, 10 insertions, 1 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index d9f43c04f..675c4eee5 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -172,6 +172,9 @@ Some external commands are shipped with Homebrew, and enabled by default.
Downloads the tarball or checks out from VCS for the given <formula>. For
tarballs, also prints MD5 and SHA1 checksums.
+ * `options` <formula>:
+ Displays install options specific to <formula>.
+
* `man`:
Regenerates this man page from source.
diff --git a/Library/Homebrew/extend/ARGV.rb b/Library/Homebrew/extend/ARGV.rb
index 45d76ba6f..b52230d1e 100644
--- a/Library/Homebrew/extend/ARGV.rb
+++ b/Library/Homebrew/extend/ARGV.rb
@@ -81,6 +81,7 @@ module HomebrewArgvExtension
Other Commands:
info formula [--github]
+ options formula
deps formula
uses formula [--installed]
home formula ...
@@ -88,6 +89,7 @@ module HomebrewArgvExtension
link formula ...
unlink formula ...
outdated
+ missing
prune
doctor
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index 23e50e8a9..3c2f043f3 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "BREW" "1" "August 2010" "Homebrew" "brew"
+.TH "BREW" "1" "September 2010" "Homebrew" "brew"
.
.SH "NAME"
\fBbrew\fR \- The missing package manager for OS X
@@ -182,6 +182,10 @@ Checks all formulae for Homebrew coding style violations\. This should be run be
Downloads the tarball or checks out from VCS for the given \fIformula\fR\. For tarballs, also prints MD5 and SHA1 checksums\.
.
.TP
+\fBoptions\fR \fIformula\fR
+Displays install options specific to \fIformula\fR\.
+.
+.TP
\fBman\fR
Regenerates this man page from source\.
.