diff options
| author | Max Howell | 2010-03-09 02:13:33 +0000 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-18 13:52:01 -0700 |
| commit | bc5ee7c482396af3a1f15cd851df0c8390836f89 (patch) | |
| tree | b1756af6e2e8af23e8f813728dc00028dfa520c4 /bin | |
| parent | a496ca016646538351d6ff2cd3eb08d22fc5d19e (diff) | |
| download | brew-bc5ee7c482396af3a1f15cd851df0c8390836f89.tar.bz2 | |
brew.h info takes a formula parameter rather than a string
* Preference is for commands to take instantiated formulae as parameters
rather than formula names, so alias resolution can be centralized.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -243,7 +243,7 @@ begin elsif ARGV[0][0..6] == 'http://' puts Pathname.new(ARGV.shift).version else - ARGV.named.each {|name| info name} + ARGV.formulae.each{ |f| info f } end when 'cleanup' |
