diff --git a/lib/pry/command_set.rb b/lib/pry/command_set.rb index dd413517..c7c098ca 100644 --- a/lib/pry/command_set.rb +++ b/lib/pry/command_set.rb @@ -134,7 +134,7 @@ class Pry stagger_output(help_text) else - if command = comands[cmd] + if command = commands[cmd] output.puts command.description else output.puts "No info for command: #{cmd}"