aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/performance/benchmarker.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2010-02-02 16:16:26 -0800
committerDavid Heinemeier Hansson <david@loudthinking.com>2010-02-02 16:16:26 -0800
commit9a83bd5006b6f996cbd68045d2d4d7f7dac24de1 (patch)
tree77e4db322c7a32b37030506a466b06f397697e57 /railties/lib/rails/commands/performance/benchmarker.rb
parentea5917715657681c7cb2bbb5f793b9aea29d0609 (diff)
downloadrails-9a83bd5006b6f996cbd68045d2d4d7f7dac24de1.tar.gz
rails-9a83bd5006b6f996cbd68045d2d4d7f7dac24de1.tar.bz2
rails-9a83bd5006b6f996cbd68045d2d4d7f7dac24de1.zip
Rename usage path to command to just the command name
Diffstat (limited to 'railties/lib/rails/commands/performance/benchmarker.rb')
-rw-r--r--railties/lib/rails/commands/performance/benchmarker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/commands/performance/benchmarker.rb b/railties/lib/rails/commands/performance/benchmarker.rb
index dfba4bf034..ad84d94dbf 100644
--- a/railties/lib/rails/commands/performance/benchmarker.rb
+++ b/railties/lib/rails/commands/performance/benchmarker.rb
@@ -1,5 +1,5 @@
if ARGV.empty?
- puts "Usage: ./script/performance/benchmarker [times] 'Person.expensive_way' 'Person.another_expensive_way' ..."
+ puts "Usage: benchmarker [times] 'Person.expensive_way' 'Person.another_expensive_way' ..."
exit 1
end