Fixed default help command when asking documentation of a specific command

This commit is contained in:
Mon ouïe 2011-04-25 20:05:51 +02:00
parent ab2a2b8ff8
commit 5a3f5c2eb1
1 changed files with 1 additions and 1 deletions

View File

@ -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}"