Fix typo in profiler usage string.

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3288 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Marcel Molina 2005-12-13 02:18:36 +00:00
parent e5d9ad3e29
commit 93b4c0b6e1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
if ARGV.empty? if ARGV.empty?
$stderr.puts "Usage: ./script/perform profiler 'Person.expensive_method(10)' [times]" $stderr.puts "Usage: ./script/performance/profiler 'Person.expensive_method(10)' [times]"
exit(1) exit(1)
end end