aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/perform.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/commands/perform.rb')
-rw-r--r--railties/lib/commands/perform.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/commands/perform.rb b/railties/lib/commands/perform.rb
index ae45e7e633..6c09565896 100644
--- a/railties/lib/commands/perform.rb
+++ b/railties/lib/commands/perform.rb
@@ -1,5 +1,5 @@
if %w( benchmarker profiler ).include?(ARGV.first)
require "#{File.dirname(__FILE__)}/process/#{ARGV.shift}"
else
- puts "Choose either reaper, spawner, or spinner"
+ puts "Choose either benchmarker or profiler"
end \ No newline at end of file