diff options
| author | Jack Nagel | 2013-07-09 20:12:53 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-07-09 20:12:53 -0500 |
| commit | 81984411b0d9d4295b4782a9490bee928f460155 (patch) | |
| tree | b199c316ea839db9a07b056ab091e8c23741dd34 /share | |
| parent | a90ec1ae80a4cf33fcff66be1830c603b6fddf16 (diff) | |
| download | brew-81984411b0d9d4295b4782a9490bee928f460155.tar.bz2 | |
Respect $VISUAL when picking an editor
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man1/brew.1 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 9865c9ee1..9fa907470 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BREW" "1" "June 2013" "Homebrew" "brew" +.TH "BREW" "1" "July 2013" "Homebrew" "brew" . .SH "NAME" \fBbrew\fR \- The missing package manager for OS X @@ -72,7 +72,7 @@ If \fB\-s\fR is passed, scrubs the cache, removing downloads for even the latest . .TP \fBcreate [\-\-autotools|\-\-cmake] [\-\-no\-fetch] [\-\-set\-name <name>] [\-\-set\-version <version>]\fR \fIURL\fR -Generate a formula for the downloadable file at \fIURL\fR and open it in \fBEDITOR\fR\. Homebrew will attempt to automatically derive the formula name and version, but if it fails, you\'ll have to make your own template\. The wget formula serves as a simple example\. +Generate a formula for the downloadable file at \fIURL\fR and open it in the editor\. Homebrew will attempt to automatically derive the formula name and version, but if it fails, you\'ll have to make your own template\. The wget formula serves as a simple example\. . .IP If \fB\-\-autotools\fR is passed, create a basic template for an Autotools\-style build\. If \fB\-\-cmake\fR is passed, create a basic template for a CMake\-style build\. @@ -122,7 +122,7 @@ Open all of Homebrew for editing\. . .TP \fBedit\fR \fIformula\fR -Open \fIformula\fR in \fBEDITOR\fR\. +Open \fIformula\fR in the editor\. . .TP \fBfetch [\-\-force] [\-v] [\-\-HEAD] [\-\-deps]\fR \fIformulae\fR @@ -448,7 +448,7 @@ If set, and \fBHOMEBREW_BROWSER\fR is not, use \fBBROWSER\fR as the web browser . .TP EDITOR -If set, and \fBHOMEBREW_EDITOR\fR is not, use \fBEDITOR\fR as the text editor\. +If set, and \fBHOMEBREW_EDITOR\fR and \fBVISUAL\fR are not, use \fBEDITOR\fR as the text editor\. . .TP GIT @@ -561,6 +561,10 @@ If set, forces Homebrew to compile using LLVM\. HOMEBREW_VERBOSE If set, Homebrew always assumes \fB\-\-verbose\fR when running commands\. . +.TP +VISUAL +If set, and \fBHOMEBREW_EDITOR\fR is not, use \fBVISUAL\fR as the text editor\. +. .SH "USING HOMEBREW BEHIND A PROXY" Homebrew uses several commands for downloading files (e\.g\. curl, git, svn)\. Many of these tools can download via a proxy\. It\'s common for these tools to read proxy parameters from environment variables\. . |
