diff options
| author | Shaun Jackman | 2015-05-14 00:15:41 -0400 |
|---|---|---|
| committer | Jack Nagel | 2015-05-14 00:15:41 -0400 |
| commit | e5f6264f329aa07dddf53216702e8b6f0f87c462 (patch) | |
| tree | 4ce1b60d7f7b53821540381e823e4a460f5ff377 | |
| parent | c16a1d9aba841fd69627af9e906d4833ab66a0d3 (diff) | |
| download | brew-e5f6264f329aa07dddf53216702e8b6f0f87c462.tar.bz2 | |
brew.1.md: Document HOMEBREW_LOGS
Edit Library/Homebrew/manpages/brew.1.md
Regenerate share/man/man1/brew.1
Closes Homebrew/homebrew#39722.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Homebrew/manpages/brew.1.md | 3 | ||||
| -rw-r--r-- | share/man/man1/brew.1 | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index d22373517..d23a0e0ef 100644 --- a/Library/Homebrew/manpages/brew.1.md +++ b/Library/Homebrew/manpages/brew.1.md @@ -562,6 +562,9 @@ can take several different forms: <https://developer.github.com/v3/#rate-limiting> for more information. Homebrew uses the GitHub API for features such as `brew search`. + * HOMEBREW\_LOGS: + If set, Homebrew will use the given directory to store log files. + * HOMEBREW\_MAKE\_JOBS: If set, instructs Homebrew to use the value of `HOMEBREW_MAKE_JOBS` as the number of parallel jobs to run when building with `make`(1). diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 08c54d0cd..000acd05a 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -585,6 +585,10 @@ HOMEBREW_GITHUB_API_TOKEN A personal access token for the GitHub API, which you can create at \fIhttps://github\.com/settings/tokens\fR\. If set, GitHub will allow you a greater number of API requests\. See \fIhttps://developer\.github\.com/v3/#rate\-limiting\fR for more information\. Homebrew uses the GitHub API for features such as \fBbrew search\fR\. . .TP +HOMEBREW_LOGS +If set, Homebrew will use the given directory to store log files\. +. +.TP HOMEBREW_MAKE_JOBS If set, instructs Homebrew to use the value of \fBHOMEBREW_MAKE_JOBS\fR as the number of parallel jobs to run when building with \fBmake\fR(1)\. . |
