From 3c294c9cd630c1dcf4140658c6b043b5146864e8 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 13 Apr 2013 14:17:48 -0500 Subject: [PATCH] Document brew --env Closes Homebrew/homebrew#19083. --- Library/Contributions/manpages/brew.1.md | 3 +++ share/man/man1/brew.1 | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 98ead6b09b..90d9ddf422 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -351,6 +351,9 @@ Note that these flags should only appear after a command. a bug report, you will likely be asked for this information if you do not provide it. + * `--env`: + Show a summary of the Homebrew build environment. + * `--prefix`: Display Homebrew's install path. *Default:* `/usr/local` diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 848d446137..1103292803 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -387,6 +387,10 @@ Display the location in the cellar where \fIformula\fR would be installed, witho Show Homebrew and system configuration useful for debugging\. If you file a bug report, you will likely be asked for this information if you do not provide it\. . .TP +\fB\-\-env\fR +Show a summary of the Homebrew build environment\. +. +.TP \fB\-\-prefix\fR Display Homebrew\'s install path\. \fIDefault:\fR \fB/usr/local\fR .