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