Skip to content

Commit

Permalink
Clarify API token env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed May 23, 2013
1 parent 22523c5 commit cb9e9cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Library/Contributions/manpages/brew.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,10 +460,11 @@ can take several different forms:
editors will do strange things in this case.

* HOMEBREW\_GITHUB\_API\_TOKEN:
A personal GitHub API Access token, which you can be create at
A personal GitHub API Access token, which you can create at
<https://github.com/settings/applications>. If set, GitHub will allow you a
greater number of API requests. See
<http://developer.github.com/v3/#rate-limiting> for more information.
Homebrew uses the GitHub API for features such as `brew search`.

* HOMEBREW\_KEEP\_INFO:
If set, Homebrew will not remove files from `share/info`, allowing them
Expand Down
2 changes: 1 addition & 1 deletion share/man/man1/brew.1
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ If set, Homebrew will use this editor when editing a single formula, or several
.
.TP
HOMEBREW_GITHUB_API_TOKEN
A personal GitHub API Access token, which you can be create at \fIhttps://github\.com/settings/applications\fR\. If set, GitHub will allow you a greater number of API requests\. See \fIhttp://developer\.github\.com/v3/#rate\-limiting\fR for more information\.
A personal GitHub API Access token, which you can create at \fIhttps://github\.com/settings/applications\fR\. If set, GitHub will allow you a greater number of API requests\. See \fIhttp://developer\.github\.com/v3/#rate\-limiting\fR for more information\. Homebrew uses the GitHub API for features such as \fBbrew search\fR\.
.
.TP
HOMEBREW_KEEP_INFO
Expand Down

0 comments on commit cb9e9cf

Please sign in to comment.