summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/pry/cli.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pry/cli.rb b/lib/pry/cli.rb
index 0e29f7f0..444a83ad 100644
--- a/lib/pry/cli.rb
+++ b/lib/pry/cli.rb
@@ -138,7 +138,7 @@ Pry::CLI.add_options do
end
on "no-history", "Disable history loading" do
- Pry.config.history.should_load = false
+ Pry.config.history_load = false
end
on "no-color", "Disable syntax highlighting for session" do