From 2ae8603bb1765609a1dea6b40ed2bbfb28c819db Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 13 Apr 2013 14:17:17 -0500 Subject: Document --env=std --- Library/Contributions/manpages/brew.1.md | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) (limited to 'Library') diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index b3b4d25f0..98ead6b09 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -142,14 +142,20 @@ Note that these flags should only appear after a command. * `info` : Print the name and version that will be detected for . - * `install [--debug] [--ignore-dependencies] [--fresh] [--use-clang|--use-gcc|--use-llvm] [--build-from-source] [--devel|--HEAD]` : + * `install [--debug] [--env=] [--ignore-dependencies] [--fresh] [--use-clang|--use-gcc|--use-llvm] [--build-from-source] [--devel|--HEAD]` : Install . is usually the name of the formula to install, but it can be specified several different ways. See [SPECIFYING FORMULAE][]. - If `--debug` is passed and brewing fails, open a shell inside the - temporary directory used for compiling. + If `--debug` is passed and brewing fails, open an interactive debugging + session with access to IRB, ruby-debug, or a shell inside the temporary + build directory. + + If `--env=std` is passed, use the standard build environment instead of superenv. + + If `--env=super` is passed, use superenv even if the formula specifies the + standard build environment. If `--ignore-dependencies` is passed, skip installing any dependencies of any kind. If they are not already present, the formula will probably fail @@ -214,7 +220,7 @@ Note that these flags should only appear after a command. If `--pinned` is passed, show the versions of pinned formulae, or only the specified (pinned) formulae if are given. - See also [`pin`][], [`unpin`][]. + See also `pin`, `unpin`. * `log [git-log-options]` ...: Show the git log for the given formulae. Options that `git-log`(1) @@ -243,7 +249,7 @@ Note that these flags should only appear after a command. * `pin` : Pin the specified , preventing them from being upgraded when - issuing the `brew upgrade` command without arguments. See also [`unpin`][]. + issuing the `brew upgrade` command without arguments. See also `unpin`. * `prune`: Remove dead symlinks from the Homebrew prefix. This is generally not @@ -294,7 +300,7 @@ Note that these flags should only appear after a command. * `unpin` : Unpin , allowing them to be upgraded by `brew upgrade`. See also - [`pin`][]. + `pin`. * `untap` : Remove a tapped repository. @@ -305,11 +311,13 @@ Note that these flags should only appear after a command. If `--rebase` is specified then `git pull --rebase` is used. - * `upgrade` []: - Upgrade outdated, non-pinned brews. + * `upgrade [install-options]` []: + Upgrade outdated, unpinned brews. + + Options for the `install` command are also valid here. If are given, upgrade only the specified brews (but do so even - if they are pinned; see [`pin`][], [`unpin`][]). + if they are pinned; see `pin`, `unpin`). * `uses [--installed] [--recursive]` : Show the formulae that specify as a dependency. -- cgit v1.2.3