aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/mac
diff options
context:
space:
mode:
authorAdam Vandenberg2014-04-26 23:31:39 -0700
committerAdam Vandenberg2014-04-30 19:09:29 -0700
commit273bbfda3353abd58f77aef66523a9617fa30128 (patch)
tree06fa08814966bef66d4d20231e9de5c306e39be5 /Library/Homebrew/os/mac
parent43b1b8f8bf1d3fce611fb8398202906352de7daa (diff)
downloadhomebrew-273bbfda3353abd58f77aef66523a9617fa30128.tar.bz2
--config -> config
Diffstat (limited to 'Library/Homebrew/os/mac')
-rw-r--r--Library/Homebrew/os/mac/hardware.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/hardware.rb b/Library/Homebrew/os/mac/hardware.rb
index e2778590a..7bda71fa4 100644
--- a/Library/Homebrew/os/mac/hardware.rb
+++ b/Library/Homebrew/os/mac/hardware.rb
@@ -58,7 +58,7 @@ module MacCPUs
:g4e # PowerPC 7450
when 100
# This is the only 64-bit PPC CPU type, so it's useful
- # to distinguish in `brew --config` output and in bottle tags
+ # to distinguish in `brew config` output and in bottle tags
MacOS.prefer_64_bit? ? :g5_64 : :g5 # PowerPC 970
else
:dunno