1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Fixed default help command

This commit is contained in:
Mon ouïe 2011-04-25 20:01:11 +02:00
parent cac7ca89d3
commit ab2a2b8ff8

View file

@ -128,7 +128,7 @@ class Pry
commands.each do |key, command|
if command.description
help_text << "#{k}".ljust(18) + command.description + "\n"
help_text << "#{key}".ljust(18) + command.description + "\n"
end
end