Skip to content

Commit

Permalink
Fix #6841, info -d [module path] not spawning module documentation
Browse files Browse the repository at this point in the history
Fix #6841
  • Loading branch information
wchen-r7 committed May 2, 2016
1 parent be36341 commit ffc91a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msf/ui/console/command_dispatcher/core.rb
Expand Up @@ -802,7 +802,7 @@ def cmd_info(*args)
print(Serializer::Json.dump_module(mod) + "\n")
elsif show_doc
print_status("Please wait, generating documentation for #{mod.shortname}")
Msf::Util::DocumentGenerator.get_module_document(mod)
Msf::Util::DocumentGenerator.spawn_module_document(mod)
else
print(Serializer::ReadableText.dump_module(mod))
end
Expand Down

0 comments on commit ffc91a1

Please sign in to comment.