aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/perform/profiler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/commands/perform/profiler.rb')
-rw-r--r--railties/lib/commands/perform/profiler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/commands/perform/profiler.rb b/railties/lib/commands/perform/profiler.rb
index d0eb7b9b83..f599ad6635 100644
--- a/railties/lib/commands/perform/profiler.rb
+++ b/railties/lib/commands/perform/profiler.rb
@@ -1,6 +1,6 @@
#!/usr/local/bin/ruby
if ARGV.empty?
- $stderr.puts "Usage: profiler 'Person.expensive_method(10)' [times]"
+ $stderr.puts "Usage: ./script/perform profiler 'Person.expensive_method(10)' [times]"
exit(1)
end