aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-06-19 19:13:45 -0500
committerJack Nagel2014-06-19 19:15:40 -0500
commit1e968e916f1f0fe3500abe282d0b3c1ff3160c70 (patch)
tree1f42a08989475936b5f3db5699e46c13d3f20389 /Library
parent110054b475be9c8d063e749c60b65f34d788ff8e (diff)
downloadhomebrew-1e968e916f1f0fe3500abe282d0b3c1ff3160c70.tar.bz2
Fix typo
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/irb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/irb.rb b/Library/Homebrew/cmd/irb.rb
index 5c0327877..15c976e85 100644
--- a/Library/Homebrew/cmd/irb.rb
+++ b/Library/Homebrew/cmd/irb.rb
@@ -16,7 +16,7 @@ end
module Homebrew
def irb
if ARGV.include? "--help"
- puts "'v8'.f # => instance of the Ack formula"
+ puts "'v8'.f # => instance of the v8 formula"
puts ":hub.f.installed?"
puts ":lua.f.methods - 1.methods"
puts ":mpd.f.recursive_dependencies.reject(&:installed?)"