aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/performance
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-12-13 02:18:36 +0000
committerMarcel Molina <marcel@vernix.org>2005-12-13 02:18:36 +0000
commit93b4c0b6e11502d7bd039a6cfc79dcff020255f9 (patch)
tree35be3e284c85f3d8d33191bee78594099c398335 /railties/lib/commands/performance
parente5d9ad3e2903597e708fcb3ad76f08b4a600d82d (diff)
downloadrails-93b4c0b6e11502d7bd039a6cfc79dcff020255f9.tar.gz
rails-93b4c0b6e11502d7bd039a6cfc79dcff020255f9.tar.bz2
rails-93b4c0b6e11502d7bd039a6cfc79dcff020255f9.zip
Fix typo in profiler usage string.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3288 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/lib/commands/performance')
-rw-r--r--railties/lib/commands/performance/profiler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/commands/performance/profiler.rb b/railties/lib/commands/performance/profiler.rb
index 83e763abda..310d6764f1 100644
--- a/railties/lib/commands/performance/profiler.rb
+++ b/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