aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2013-09-28 09:04:20 +0100
committerMike McQuaid2013-09-28 09:04:46 +0100
commitc06d6be63fdefdeef6867d13035f84442b1b4888 (patch)
treec0c18397c6a92d0f324716699c4b01859bb6e7e2 /Library/Formula
parentb69bfaefb631f554ed3f99c53bcd543d68945d65 (diff)
downloadhomebrew-c06d6be63fdefdeef6867d13035f84442b1b4888.tar.bz2
go: fix --without-cgo description.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/go.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb
index b4968a43b..2c9868a92 100644
--- a/Library/Formula/go.rb
+++ b/Library/Formula/go.rb
@@ -15,7 +15,7 @@ class Go < Formula
option 'cross-compile-all', "Build the cross-compilers and runtime support for all supported platforms"
option 'cross-compile-common', "Build the cross-compilers and runtime support for darwin, linux and windows"
- option 'without-cgo', "Build with cgo"
+ option 'without-cgo', "Build without cgo"
devel do
url 'https://go.googlecode.com/files/go1.2rc1.src.tar.gz'