Skip to content

Commit

Permalink
Command::Ls: use brackets in the banner definition
Browse files Browse the repository at this point in the history
Fix issue pry#855 (Installtion error in Mac OS X 10.8.2 with gem)
  • Loading branch information
kyrylo committed Feb 23, 2013
1 parent 5a98e9b commit e8a0d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pry/commands/ls.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Command::Ls < Pry::ClassCommand
command_options :shellwords => false, :interpolate => false

def options(opt)
opt.banner unindent <<-'BANNER'
opt.banner unindent(<<-'BANNER')
Usage: ls [-m|-M|-p|-pM] [-q|-v] [-c|-i] [Object]
ls [-g] [-l]
Expand Down

0 comments on commit e8a0d9f

Please sign in to comment.