aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/perform/benchmarker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/commands/perform/benchmarker.rb')
-rw-r--r--railties/lib/commands/perform/benchmarker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/commands/perform/benchmarker.rb b/railties/lib/commands/perform/benchmarker.rb
index 7e14de7cc3..296192f53c 100644
--- a/railties/lib/commands/perform/benchmarker.rb
+++ b/railties/lib/commands/perform/benchmarker.rb
@@ -1,7 +1,7 @@
#!/usr/local/bin/ruby
if ARGV.empty?
- puts "Usage: benchmarker times 'Person.expensive_way' 'Person.another_expensive_way' ..."
+ puts "Usage: ./script/perform benchmarker [times] 'Person.expensive_way' 'Person.another_expensive_way' ..."
exit
end