Update HOMEBREW_DEBUG in man page.

Closes Homebrew/homebrew#17344.
This commit is contained in:
Adam Vandenberg 2013-04-30 13:46:57 -07:00
parent 0bfcad4cd3
commit 070758689b
2 changed files with 2 additions and 2 deletions

View File

@ -435,7 +435,7 @@ can take several different forms:
If set, Homebrew will pass `--verbose` when invoking `curl`(1). If set, Homebrew will pass `--verbose` when invoking `curl`(1).
* HOMEBREW\_DEBUG: * HOMEBREW\_DEBUG:
If set, Homebrew always assumes `--debug` when running commands. If set, any commands that can emit debugging information will do so.
* HOMEBREW\_DEBUG\_INSTALL: * HOMEBREW\_DEBUG\_INSTALL:
When `brew install -d` or `brew install -i` drops into a shell, When `brew install -d` or `brew install -i` drops into a shell,

View File

@ -478,7 +478,7 @@ If set, Homebrew will pass \fB\-\-verbose\fR when invoking \fBcurl\fR(1)\.
. .
.TP .TP
HOMEBREW_DEBUG HOMEBREW_DEBUG
If set, Homebrew always assumes \fB\-\-debug\fR when running commands\. If set, any commands that can emit debugging information will do so\.
. .
.TP .TP
HOMEBREW_DEBUG_INSTALL HOMEBREW_DEBUG_INSTALL