Skip to content

Commit

Permalink
Apply [3290] to stable. Fix typo in benchmarker usage string.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/branches/stable@3291 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
Marcel Molina committed Dec 13, 2005
1 parent eeb00ea commit 11598ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/commands/performance/benchmarker.rb
@@ -1,5 +1,5 @@
if ARGV.empty?
puts "Usage: ./script/perform benchmarker [times] 'Person.expensive_way' 'Person.another_expensive_way' ..."
puts "Usage: ./script/performance/benchmarker [times] 'Person.expensive_way' 'Person.another_expensive_way' ..."
exit 1
end

Expand Down

0 comments on commit 11598ac

Please sign in to comment.