aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2013-04-09 14:16:10 -0400
committerMax Howell2013-04-09 14:16:10 -0400
commitc902190c3bc311d036cd6eaffe6dc560d1c5fb49 (patch)
treecf141da019a662459affbe3bb3a6f96e05d0d6af /Library
parent8bfc6e024df4e72c234eef616db8a96b34819285 (diff)
downloadbrew-c902190c3bc311d036cd6eaffe6dc560d1c5fb49.tar.bz2
Add `brew sh` to the manpage
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/manpages/brew.1.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index 50013b35c..966467d45 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -3,7 +3,7 @@ brew(1) -- The missing package manager for OS X
## SYNOPSIS
-`brew` --version
+`brew` --version
`brew` command [--verbose|-v] [options] [formula] ...
## DESCRIPTION
@@ -261,6 +261,13 @@ Note that these flags should only appear after a command.
* `search --macports`|`--fink` <text>:
Search for <text> on the MacPorts or Fink package search page.
+ * `sh [--env=std]`
+ Instantiate a Homebrew build environment. Uses our years-battle-hardened
+ Homebrew build logic to help your `./configure && make && make install`
+ or even your `gem install` succeeed. Especially handy if you run Homebrew
+ in a Xcode-only configuration since it adds tools like make to your PATH
+ which otherwise build-systems would not find.
+
* `tap` [<tap>]:
Tap a new formula repository from GitHub, or list existing taps.