aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSamuel John2013-08-20 15:44:12 +0200
committerSamuel John2013-08-20 15:44:12 +0200
commit19a59a9f157ba1480d7e604574a507f39b628a68 (patch)
tree6edb16b636ad9f95a260d803acdfb9cb29498681 /Library
parent400dc599fd63b094903b64e53045465c64a22aec (diff)
downloadhomebrew-19a59a9f157ba1480d7e604574a507f39b628a68.tar.bz2
brew create: Mention the example-formula
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/create.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb
index 080a1dc8d..51b583f6c 100644
--- a/Library/Homebrew/cmd/create.rb
+++ b/Library/Homebrew/cmd/create.rb
@@ -115,6 +115,7 @@ class FormulaCreator
require 'formula'
# Documentation: https://github.com/mxcl/homebrew/wiki/Formula-Cookbook
+ # #{HOMEBREW_PREFIX}/Library/Contributions/example-formula.rb
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST!
class #{Formula.class_s name} < Formula