aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/manpages
diff options
context:
space:
mode:
authorMike McQuaid2015-10-26 21:04:12 -0600
committerMike McQuaid2015-10-27 10:45:23 -0600
commit74e407dc548f397159ee0eab6d0921bd0666b3b3 (patch)
treed1b35fc3864fd1f2b10e14ee9b8b75d7e995eb65 /Library/Homebrew/manpages
parent8ea9903a99fce3d7bcd432200f1bd2170e81de43 (diff)
downloadbrew-74e407dc548f397159ee0eab6d0921bd0666b3b3.tar.bz2
The Formula API is no longer work-in-progress.
Feature it a bit more prominently in the documentation as a result. Closes Homebrew/homebrew#45374. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Homebrew/manpages')
-rw-r--r--Library/Homebrew/manpages/brew.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md
index 561ce9a74..c36219a58 100644
--- a/Library/Homebrew/manpages/brew.1.md
+++ b/Library/Homebrew/manpages/brew.1.md
@@ -90,9 +90,9 @@ Note that these flags should only appear after a command.
Generate a formula for the downloadable file at <URL> 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. For a complete cheat-sheet, have a look at
+ formula serves as a simple example. For the complete API have a look at
- <http://www.rubydoc.info/github/Homebrew/homebrew/master/frames>
+ <http://www.rubydoc.info/github/Homebrew/homebrew/master/Formula>
If `--autotools` is passed, create a basic template for an Autotools-style build.
If `--cmake` is passed, create a basic template for a CMake-style build.