diff options
| author | Adam Vandenberg | 2010-09-08 05:27:09 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-09-08 05:27:09 -0700 |
| commit | ef1f45fbc3b93053c06ffedfdef5cfe3370be42b (patch) | |
| tree | 5af0ab1e2c0ea374aa6e261fb92083cb781fc05b /Library | |
| parent | e9043abc5784c0ae442479f097d75750f9ac3a09 (diff) | |
| download | brew-ef1f45fbc3b93053c06ffedfdef5cfe3370be42b.tar.bz2 | |
Document brew options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 3 | ||||
| -rw-r--r-- | Library/Homebrew/extend/ARGV.rb | 2 |
2 files changed, 5 insertions, 0 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 |
