From dbc1df51f428b090c1f25fb8592a2408967dd29d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 26 Jun 2013 11:03:08 -0700 Subject: Reword uses comment --- Library/Homebrew/cmd/uses.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/uses.rb b/Library/Homebrew/cmd/uses.rb index 0ce222101..a9012dca5 100644 --- a/Library/Homebrew/cmd/uses.rb +++ b/Library/Homebrew/cmd/uses.rb @@ -1,8 +1,7 @@ require 'formula' -# `brew uses foo bar` now returns formula that use both foo and bar -# Rationale: If you want the union just run the command twice and -# concatenate the results. +# `brew uses foo bar` returns formulae that use both foo and bar +# If you want the union, run the command twice and concatenate the results. # The intersection is harder to achieve with shell tools. module Homebrew extend self -- cgit v1.2.3