Land #6843, Fixed info -d [module path]

bug/bundler_fix 4.11.24
thao doan 2016-05-02 14:43:50 -07:00
commit 27542066fa
1 changed files with 1 additions and 1 deletions

View File

@ -802,7 +802,7 @@ class Core
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