aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-26 11:03:08 -0700
committerAdam Vandenberg2013-06-26 11:33:31 -0700
commit579f3d6170ee58f226857d7241c341fb28c1cc1c (patch)
treef3579ccec9fd08925cd1b1f7644c8f8598429f1c /Library
parentf69a784dbba506b1d66c9211f63f2d9e6b6cab31 (diff)
downloadhomebrew-579f3d6170ee58f226857d7241c341fb28c1cc1c.tar.bz2
Reword uses comment
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/uses.rb5
1 files changed, 2 insertions, 3 deletions
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