From 93b4c0b6e11502d7bd039a6cfc79dcff020255f9 Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Tue, 13 Dec 2005 02:18:36 +0000 Subject: [PATCH] Fix typo in profiler usage string. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3288 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/lib/commands/performance/profiler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/lib/commands/performance/profiler.rb b/railties/lib/commands/performance/profiler.rb index 83e763abdabb5..310d6764f1b68 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