From d4b0599a86b5d0242477597506af69df24784523 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 26 Apr 2014 23:31:39 -0700 Subject: --config -> config --- Library/Homebrew/os/mac/hardware.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/os') 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 -- cgit v1.2.3