aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/console.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/commands/console.rb')
-rw-r--r--railties/lib/commands/console.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/commands/console.rb b/railties/lib/commands/console.rb
index 3cc9fcbdb1..ed0cc10de7 100644
--- a/railties/lib/commands/console.rb
+++ b/railties/lib/commands/console.rb
@@ -22,4 +22,4 @@ if options[:sandbox]
else
puts "Loading #{ENV['RAILS_ENV']} environment."
end
-exec "#{options[:irb]} #{libs} --prompt-mode simple"
+exec "#{options[:irb]} #{libs} --simple-prompt"