summaryrefslogtreecommitdiff
path: root/lib/pry/commands/amend_line.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pry/commands/amend_line.rb')
-rw-r--r--lib/pry/commands/amend_line.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pry/commands/amend_line.rb b/lib/pry/commands/amend_line.rb
index d30c9a0f..cbce677c 100644
--- a/lib/pry/commands/amend_line.rb
+++ b/lib/pry/commands/amend_line.rb
@@ -3,7 +3,7 @@ class Pry
match(/amend-line(?: (-?\d+)(?:\.\.(-?\d+))?)?/)
group 'Editing'
description 'Amend a line of input in multi-line mode.'
- command_options :interpolate => false, :listing => 'amend-line'
+ command_options interpolate: false, listing: 'amend-line'
banner <<-'BANNER'
Amend a line of input in multi-line mode. `amend-line N`, where the N represents