mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Fixed default help command when asking documentation of a specific command
This commit is contained in:
parent
ab2a2b8ff8
commit
5a3f5c2eb1
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue