Skip to content

Commit

Permalink
Fix typo in profiler usage string.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3288 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
Marcel Molina committed Dec 13, 2005
1 parent e5d9ad3 commit 93b4c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/commands/performance/profiler.rb
@@ -1,5 +1,5 @@
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)
end

Expand Down

0 comments on commit 93b4c0b

Please sign in to comment.