diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/commands/performance/profiler.rb | 2 |
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 |